paia![]() 2006-09-02 14:30 | there is a bug when I try to insert text with czech characters (ě,č), these characters are saved in file but not displayed at all. I think, that all these chracters should be converted do safe form (č = č) |
paia![]() 2006-09-02 15:15 | the same problem is in ordering, when adress or name contains one of these characters, they are not displayed. |
Ned![]() 2006-09-14 09:40 | Are you setting a czech language file in admin>Configuration? |
paia![]() 2006-09-14 21:14 | yes I use czech language file with windows-1250 charset. |
Ned![]() 2006-09-15 13:12 | I think what is happening is that as an Admin you are saving the characters to the file but when the file is parsed by your server it cant understand them as its using ISO- 8850 even though you have told the receiving browser to switch to windows-1250. So you should save characters as &#xxx; which both the server and browser should understand and display. |