|
From: Benjamin C. <bc...@us...> - 2002-11-05 17:50:44
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv8217/languages Modified Files: en.php Log Message: Fixed bug #633224 - Accented characters getting hosed. Index: en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- en.php 28 Oct 2002 22:06:00 -0000 1.35 +++ en.php 5 Nov 2002 17:50:40 -0000 1.36 @@ -23,7 +23,7 @@ // $Id$ $STRING = array( - 'lang_charset' => 'us-ascii', + 'lang_charset' => 'iso8859-1', 'nouser' => 'That user does not exist', 'dupeofself' => 'A bug can\'t be a duplicate of itself', 'nobug' => 'That bug does not exist', |