Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: third_party/icu38/source/data/mappings/convrtrs.txt

Issue 9269: Make our own EUC-JP converter to be more compatible with IE7 and Firefox.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/icu38/source/data/mappings/convrtrs.txt
===================================================================
--- third_party/icu38/source/data/mappings/convrtrs.txt (revision 4437)
+++ third_party/icu38/source/data/mappings/convrtrs.txt (working copy)
@@ -531,15 +531,17 @@
# ibm-954 seems to be almost a superset of ibm-33722 and ibm-1350
# ibm-1350 seems to be almost a superset of ibm-33722
# ibm-954 contains more PUA characters than the others.
-# CHROME : Instead of ibm-33722_P*, we use ibm-954 for EUC-JP.
-ibm-954_P101-2007 { UTR22* }
- ibm-954 { IBM* }
- EUC-JP { IANA MIME* JAVA* WINDOWS* } # Matches more closely with ibm-1350
+# CHROME : Instead of ibm-33722_P*, we use our own EUC-JP converter
+# to match IE7 and Mozilla more closely.
+google-euc_jp_mod { UTR22* } # a modified version of EUC-JP that prefers 2-byte code points when converting from Unicode while recognizing both 2-byte and 3-byte code points when converting to Unicode.
+ EUC-JP { MIME* IANA JAVA* WINDOWS* }
Extended_UNIX_Code_Packed_Format_for_Japanese { IANA* JAVA WINDOWS }
csEUCPkdFmtJapanese { IANA JAVA WINDOWS }
- X-EUC-JP { JAVA WINDOWS } # Japan EUC. x-euc-jp is a MIME name
- eucjis { JAVA }
+ X-EUC-JP { MIME JAVA WINDOWS } # Japan EUC. x-euc-jp is a MIME name
+ eucjis {JAVA}
ujis # Linux sometimes uses this name. This is an unfortunate generic and rarely used name. Its use is discouraged.
+ibm-954_P101-2007 { UTR22* }
+ ibm-954 { IBM* }
# eucJP # This is closest to Solaris EUC-JP.
# Here are various interpretations and extentions of Big5
« no previous file with comments | « third_party/icu38/source/data/in/icudt38l.dat ('k') | third_party/icu38/source/data/mappings/google-euc_jp_mod.ucm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698