From 50f9185a1132aa5727e7e79c1fae7541bdb26da8 Mon Sep 17 00:00:00 2001 From: "jshin@chromium.org" Date: Tue, 8 Oct 2013 12:38:26 +0000 Subject: Canonical encoding name : windows-949 => EUC-KR This is the chromium side of a blink change at https://codereview.chromium.org/25870005 Until the corresponding blink CL above is re-landed (it's landed but reverted), disable EUC-KR-related test temporarily. This is a copy of https://codereview.chromium.org/25769005/ (lgtm'd and approved). BUG=277027, 95963 TEST=browser test: BrowserEncodingTest.* and EncodingAlias*. TBR=thakis,robertshield Review URL: https://codereview.chromium.org/26439002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227506 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_active_document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome_frame') diff --git a/chrome_frame/chrome_active_document.h b/chrome_frame/chrome_active_document.h index 3afcd0f..9f23b90 100644 --- a/chrome_frame/chrome_active_document.h +++ b/chrome_frame/chrome_active_document.h @@ -91,7 +91,7 @@ class ChromeActiveDocument; V(INTERNAL_IE_ENCODINGMENU_JAPAN_AUTOSELECT, 3634, "ISO-2022-JP") \ V(INTERNAL_IE_ENCODINGMENU_JAPAN_EUC, 3635, "EUC-JP") \ V(INTERNAL_IE_ENCODINGMENU_JAPAN_SHIFT_JIS, 3636, "Shift_JIS") \ - V(INTERNAL_IE_ENCODINGMENU_KOREA, 3637, "windows-949") \ + V(INTERNAL_IE_ENCODINGMENU_KOREA, 3637, "EUC-KR") \ V(INTERNAL_IE_ENCODINGMENU_THAI, 3638, "windows-874") \ V(INTERNAL_IE_ENCODINGMENU_TURKISH_ISO, 3639, "windows-1254") \ V(INTERNAL_IE_ENCODINGMENU_TURKISH_WINDOWS, 3640, "windows-1254") \ -- cgit v1.1