I have web page its charset is 8859-9 and it was prepared in windows with char encoding ascii. from ftp access, I am opening it via gedit in ubuntu then turkish chars changes like (turkish ı became ý). what can I do to avoid this kind of stupid things?
feedback
|
|
Have you tried setting your locale to To find out what your current locale is, use the If you use gedit's file-open dialogue you can choose an appropriate encoding for the file you are opening. If the above doesn't help, please update your question with the output of
Use utf-8 for everything everywhere at all times. Convert anything that isn't utf-8 into utf-8 using | ||||
feedback
|
|
You can convert with
An alternative to
| |||
|
feedback
|
