alexisakers / HTMLString

Escape and unescape HTML entities in Swift
MIT License
170 stars 69 forks source link

Should HTMLString handle curly quotes and ellipsis? #26

Closed rob-dodson closed 4 years ago

rob-dodson commented 4 years ago

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?

rob-dodson commented 4 years ago

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

rob-dodson commented 4 years ago

Closing.