larryonov![]() 2006-07-12 13:30 | Hi, i noticed, when I enter in the order form first letter with diacritics like here: |
larryonov![]() 2006-07-12 13:36 | and in db file it is saved well, so I think error must be somewhere in reading: |
larryonov![]() 2006-07-13 11:00 | Please, this is quite important problem for me, and for othe cz or sk users sure too |
Claps2006-07-13 11:51 | larryonov - I made some tests and you can try this, tell me if it works for you, for me worked: |
Claps2006-07-13 11:56 | Oh, |
larryonov![]() 2006-07-13 12:39 | Thx for response, i tried and windows-1250 and iso-8859-2, but it is still the same... btw windows-1250 i have defaultly |
Claps2006-07-13 13:06 | Replace $config[charset] also in htmlMailOrderDetails.tpl. This should work! |
larryonov![]() 2006-07-13 15:11 | I have defaultly set windows-1250 (i changed it too, but nothing); |
larryonov![]() 2006-07-13 20:16 | heya dudez, i solved that problem :D !!! in config/general.php, i added this line:
setlocale(LC_ALL, 'cs_CZ');
|
Honza Sofra![]() 2007-02-13 00:01 | I have the same problem in version 2.0 but setlocale is not solving of this problem for me. |
treewood (OpenSolution)2007-02-13 08:16 | HonzaSofra - edit libraries/Trash.php to changeCharset() function. |
Honza Sofra![]() 2007-02-13 09:25 | treewood - thanx - I replace all Š with S on whole pages - but in the basket is still the same problem. 'Školni' is 'kolni' |
treewood (OpenSolution)2007-02-13 15:45 | Honza Sofra - then edit this product and change its name and after try to add to basket. |
sepo2007-02-13 17:38 | Problem z 'š Š' vyriešilo 'setlocale(LC_ALL 'sk_SK');' ale nastal druhý problém z cenou v tvare 123,00 namiesto '.' dáva ','robíto problém s prepočtom v pokladni. |
sepo2007-02-15 21:19 | v mojom pripade pomohlo 'setlocale(LC_CTYPE, 'sk_SK');' |