From 199db0fa37ec1f27d1ed2b08009c75e2a9a17f5c Mon Sep 17 00:00:00 2001 From: sherman Date: Thu, 30 May 2013 14:47:57 -0700 Subject: [PATCH] 8015271: Conversion table for EUC-KR is incorrect Summary: to add the requested postal code mark character u+327e Reviewed-by: alanb --- make/tools/CharsetMapping/EUC_KR.map | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/tools/CharsetMapping/EUC_KR.map b/make/tools/CharsetMapping/EUC_KR.map index 0b44e6c91..d1fae60e1 100644 --- a/make/tools/CharsetMapping/EUC_KR.map +++ b/make/tools/CharsetMapping/EUC_KR.map @@ -5,6 +5,8 @@ # (2)Added 2 new codepoints (KS X 1001:1998) # 0xA2E6 0x20AC # EURO Sign # 0xA2E7 0x00AE # Registered Sign +# (3) KS X 1001:2002 +# 0xA2E8 0x327E # CIRCLED KOREAN CHARACTER JUEUI (Postal Code Mark) # 0x00 0x0000 0x01 0x0001 @@ -295,6 +297,7 @@ # 0xA2E6 0x20AC # EURO Sign 0xA2E7 0x00AE # Registered Sign +0xA2E8 0x327E # CIRCLED KOREAN CHARACTER JUEUI # 0xA2E0 0x2116 # NUMERO SIGN 0xA2E1 0x33C7 # SQUARE CO -- GitLab