productAttributes 2.4

paia

No avatar

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

No avatar

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

No avatar

2006-09-14 09:40

Are you setting a czech language file in admin>Configuration?

paia

No avatar

2006-09-14 21:14

yes I use czech language file with windows-1250 charset.

Ned

No avatar

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.

The customer inputs name and address with a Czech keyboard, its saved in the orders file as Czech characters but again your server is speaking ISO so it doesnt understand them and doesnt display them. Look at /db/orders_ext.php and see what is there.

Solution could be to change the servers php.ini to windows-1250 but thats probably diffiicult. Otherwise you might need a change to /js/checkForm.js to trap the czeck characters and convert them?

HTH



Back to top
about us | contact