I need to change the encoding from a file from ANSI to UTF-8 while showing "€" and "é" characters correctly.
I tried using the tChangeFileEncoding with the UTF-8 encoding option. The problem is I need the BOM (Byte Order Mark) to do so. Otherwise my special characters can't be recognize.
I tried to use the custom encoding as "UTF-8-BOM". But it is not recognize as such.
Any solution ?
We actually have a intensive documentation on how to convert to UTF-8. Please have a look at the documentation below
Confluence currently only supports UTF-8. I have checked. It supports both the character that you need.
* https://www.w3schools.com/charsets/ref_utf_latin_extended_a.asp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.