Make our own EUC-JP converter (google-euc_jp_mod) to be more compatible with IE7 
and Firefox. The main difference between ibm-954 (we've used so far) and ours is
that we prefer 2-byte representation of a small subset of characters in JIS X 0212
over 3-byte representation when converting from Unicode while recognizing both
forms in 'to-Unicode' direction. This actually 'violates the standard', but 
quite a lot of Japanese web sites (e.g. blogs.yahoo.co.jp) relies on this
behavior of Firefox (and IE7. IE7 only recognizes 2-byte representations)
and we need to make a compromise. 

BUG=3094 (slated for 1.0)
TEST=webkit layout test (fast/encoding/*), page cycler test (Intl1). More tests will be added soon and base_unittest
TBR=mal



Review URL: http://codereview.chromium.org/9269

git-svn-id: svn://svn.chromium.org/chrome/trunk@4634 0039d316-1c4b-4281-b951-d872f2087c98
7 files changed
tree: b4e1061d99f45a2e4a298e77f7f7fa338b44f2f8
  1. depot_tools/
  2. deps/
  3. src/
  4. tools/