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
If you post an example file I can try to take a look at it, but in general weird characters may behave strangely. https://github.com/epam/parso or something based on that will probably work better, unless the fact that this is in JS is important to you.
When trying to read a file with the '‹' character it converts it to something like:
On Windows: (a new line, followed by) ï¿ ½"
On Mac: �
Any idea if I'm doing something wrong? I tried utf-8, ascii, ucs2 and binary encoding.
The text was updated successfully, but these errors were encountered: