-
Notifications
You must be signed in to change notification settings - Fork 56
ANSI File encoding #67
Comments
Hi, On the ANSI encoding, this is not an official encoding and can represents different encoding. Which one would you like to have:
Here is the full list of encoding i could support based on the library i'm using: |
I may have come across another instance of this. I'm replacing tokens in a file and the process corrupts the character "ɵ" which is used in another part of the file. I'm struglling to determine the encoding on the file, could you recommend a way to identify the encoding type? |
Hi @rollercoasterdigital, |
Thanks for that. Both VS Code and Notepad++ are identifying this file as UTF-8. Setting the encoding to UTF-8 appears to have resolved the issue. |
We have files that are losing characters. It seems to be because we have ANSI encoding (8bits) which this "Replace Tokens" does not support. ASCII is only 7bits.
See example jpg of the characters that are being replaced.
May you also support ANSI?
The text was updated successfully, but these errors were encountered: