moriyoshi Wed Nov 13 06:57:59 2002 EDT
Modified files:
/php4/ext/mbstring mbfilter.c
Log:
Corrected Traditional Chinese language spec and the preferred MIME name
of which the encoding is used in that locale.
Index: php4/ext/mbstring/mbfilter.c
diff -u php4/ext/mbstring/mbfilter.c:1.51 php4/ext/mbstring/mbfilter.c:1.52
--- php4/ext/mbstring/mbfilter.c:1.51 Tue Nov 12 14:44:56 2002
+++ php4/ext/mbstring/mbfilter.c Wed Nov 13 06:57:59 2002
@@ -80,7 +80,7 @@
*
*/
-/* $Id: mbfilter.c,v 1.51 2002/11/12 19:44:56 moriyoshi Exp $ */
+/* $Id: mbfilter.c,v 1.52 2002/11/13 11:57:59 moriyoshi Exp $ */
#ifdef HAVE_CONFIG_H
@@ -208,9 +208,9 @@
"Traditional Chinese",
"zh-tw",
NULL,
- mbfl_no_encoding_hz,
+ mbfl_no_encoding_big5,
mbfl_no_encoding_base64,
- mbfl_no_encoding_7bit
+ mbfl_no_encoding_8bit
};
static mbfl_language mbfl_language_russian = {
@@ -826,12 +826,12 @@
MBFL_ENCTYPE_MBCS
};
-static const char *mbfl_encoding_big5_aliases[] = {"CN-BIG5", "BIG5", "BIG-FIVE",
"BIGFIVE", "CP950", NULL};
+static const char *mbfl_encoding_big5_aliases[] = {"CN-BIG5", "BIG-FIVE", "BIGFIVE",
+"CP950", NULL};
static mbfl_encoding mbfl_encoding_big5 = {
mbfl_no_encoding_big5,
"BIG-5",
- "CN-BIG5",
+ "BIG5",
(const char *(*)[])&mbfl_encoding_big5_aliases,
mblen_table_big5,
MBFL_ENCTYPE_MBCS
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php