|
From: Benjamin C. <bc...@us...> - 2002-11-05 17:51:43
|
Update of /cvsroot/phpbt/phpbt/languages
In directory usw-pr-cvs1:/tmp/cvs-serv8659/languages
Modified Files:
Tag: phpbt-0_9_0
en.php
Log Message:
Changed the charset
Index: en.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -u -r1.31.2.1 -r1.31.2.2
--- en.php 22 Oct 2002 20:06:37 -0000 1.31.2.1
+++ en.php 5 Nov 2002 17:51:39 -0000 1.31.2.2
@@ -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',
|