How change extension's code?
Hi, when I translate an extension with words with accent (like é, à , ô, ect...), I just see something like that �.
I think I have to change the code (maybe in UTF-8) but I don't know how.
Thanks for help.
Have a good day.
I think I have to change the code (maybe in UTF-8) but I don't know how.
Thanks for help.
Have a good day.
0
This discussion has been closed.
Comments
If you can use Latin1 to show your character, just save your extension file to Latin1 format.
If you want to use utf8 encode, you must save your extension file to utf8 format(with no bom), and change the forum encode as the document say. :P