You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@RekGRpth proposed a fix that is close to the right one - the iso8859() function isn't aware of the UTF-8 handling that was added, and so it doesn't do the necessary lookups.
- Refactor the UTF-8 to custom charset mapping code so there is a single
function to handle the lookup/addition of chars, then call it from the 3
places that need it...
The fixes for issue #348 have caused a regression with
and probably all entities that don't map to a US ASCII character.The text was updated successfully, but these errors were encountered: