Fix charset information.

This commit is contained in:
Michal Čihař
2006-08-30 10:42:13 +00:00
parent 432b2dae8d
commit 662f008c8c

View File

@@ -7,7 +7,7 @@
* http://www.zedlik.com
*/
$charset = 'windows-1251';
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$number_thousands_separator = ',';