Fix charset information.

This commit is contained in:
Michal Čihař
2006-08-30 10:41:55 +00:00
parent a4d126626e
commit f17316622d

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 = ',';