Cocoanetics / DTFoundation

Standard toolset classes and categories
BSD 2-Clause "Simplified" License
802 stars 237 forks source link

[DTHTMLParser] Implement Method to Detect if Character Came from Entity #31

Closed odrobnik closed 11 years ago

odrobnik commented 11 years ago

When a Tab is decoded from versus \t then there is no way to know which it came from an entity or a \t.

odrobnik commented 11 years ago

I decided to not implement this, due to a better method in https://github.com/Cocoanetics/DTCoreText/issues/466