summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-12-04 11:21:16 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-12-04 11:21:16 -0800
commita8c0888cc227b4fd4da23b84b2ef16f5144a8bee (patch)
tree6417a74fbc1369c3bfe53deeb2ac6ead12093c4c /WebCore
parent2a2524d2c288155a0e88d67257f6428b79efda7f (diff)
parentd414acba900ab8f7c8407d46915e37dcf0c1298c (diff)
downloadexternal_webkit-a8c0888cc227b4fd4da23b84b2ef16f5144a8bee.zip
external_webkit-a8c0888cc227b4fd4da23b84b2ef16f5144a8bee.tar.gz
external_webkit-a8c0888cc227b4fd4da23b84b2ef16f5144a8bee.tar.bz2
Merge change I2b870c71 into eclair-mr2
* changes: Enables x-mac-cyrillic on Android, now that this is in our version of ICU.
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/platform/text/TextCodecICU.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/platform/text/TextCodecICU.cpp b/WebCore/platform/text/TextCodecICU.cpp
index b8e40a9..7ebce2c 100644
--- a/WebCore/platform/text/TextCodecICU.cpp
+++ b/WebCore/platform/text/TextCodecICU.cpp
@@ -130,18 +130,14 @@ void TextCodecICU::registerExtendedEncodingNames(EncodingNameRegistrar registrar
// Additional aliases.
// These are present in modern versions of ICU, but not in ICU 3.2 (shipped with Mac OS X 10.4).
registrar("macroman", "macintosh");
-#ifndef ANDROID // Android does not have x-mac-cyrillic in its ICU library
registrar("maccyrillic", "x-mac-cyrillic");
-#endif
// Additional aliases that historically were present in the encoding
// table in WebKit on Macintosh that don't seem to be present in ICU.
// Perhaps we can prove these are not used on the web and remove them.
// Or perhaps we can get them added to ICU.
registrar("xmacroman", "macintosh");
-#ifndef ANDROID // Android does not have x-mac-cyrillic in its ICU library
registrar("xmacukrainian", "x-mac-cyrillic");
-#endif
registrar("cnbig5", "Big5");
registrar("xxbig5", "Big5");
registrar("cngb", "GBK");