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
It seems that HTML parser doesn't handle escaped chinese characters correctly. For example, when it finds 这 it casts the value 36825 to a char, so it is converted to 217.
Any workaround to avoid this issue?
Thanks in advance and thank you very much for this parser ;-)
The text was updated successfully, but these errors were encountered:
Hi Jez,
It seems that HTML parser doesn't handle escaped chinese characters correctly. For example, when it finds
这
it casts the value 36825 to a char, so it is converted to 217.Any workaround to avoid this issue?
Thanks in advance and thank you very much for this parser ;-)
The text was updated successfully, but these errors were encountered: