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

Unified Diff: chrome_frame/chrome_active_document.h

Issue 25769005: Canonical encoding name : windows-949 => EUC-KR (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 2 months 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
« no previous file with comments | « chrome/test/data/encoding_tests/auto_detect/windows-949_with_no_encoding_specified.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_active_document.h
===================================================================
--- chrome_frame/chrome_active_document.h (revision 227293)
+++ chrome_frame/chrome_active_document.h (working copy)
@@ -91,7 +91,7 @@
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") \
« no previous file with comments | « chrome/test/data/encoding_tests/auto_detect/windows-949_with_no_encoding_specified.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698