|
From: Jirka P. <fi...@us...> - 2002-04-12 13:48:23
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv19476/phpbt/languages Modified Files: cz.php Log Message: Modified charset. My previous information, that it's iso was wrong. It will be better to be iso for the future, but it's now Windows-1250 encoding. Maybe I'll modify whole file to iso-8859-2 later. Index: cz.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cz.php 11 Apr 2002 17:37:24 -0000 1.4 +++ cz.php 12 Apr 2002 13:48:17 -0000 1.5 @@ -23,7 +23,7 @@ // $Id$ $STRING = array( - 'lang_charset' => 'iso-8859-2', + 'lang_charset' => 'Windows-1250', 'nouser' => 'Tento uivatel neexistuje', 'dupeofself' => 'BUG nemùe být shodný se sám se sebou', 'nobug' => 'Tento BUG neexistuje', |