alexisakers/HTMLString

Should HTMLString handle curly quotes and ellipsis?

rob-dodson opened this issue · 2 comments

I may be using it incorrectly, but shouldn't HTMLString encode “” (left and right curly quotes) into “ and ” and ellipsis … into …? I do this manually now before calling addingUnicodeEntities. Or do I misunderstand how it should work?

Never mind. I see it's not trying to encode these characters. Nor should it.

Closing.