From 077e4a9b2009ac12c5c716fd53e3f3f92fa6f0af Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Mon, 11 Aug 2008 07:32:06 +0000 Subject: Add support for x-x-big5 and Windows-949, and tests to go with them from the overrides table. svn path=/trunk/hubbub/; revision=5011 --- test/data/Aliases | 3 ++- test/data/csdetect/overrides.dat | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'test/data') diff --git a/test/data/Aliases b/test/data/Aliases index db61ff1..8978ede 100644 --- a/test/data/Aliases +++ b/test/data/Aliases @@ -245,7 +245,7 @@ Ventura-Math 2022 csVenturaMath Microsoft-Publishing 2023 csMicrosoftPublishing Windows-31J 2024 csWindows31J GB2312 2025 csGB2312 EUC-CN EUCCN CN-GB -Big5 2026 csBig5 BIG-FIVE BIG-5 CN-BIG5 BIG_FIVE +Big5 2026 csBig5 BIG-FIVE BIG-5 CN-BIG5 BIG_FIVE x-x-big5 windows-1250 2250 CP1250 MS-EE windows-1251 2251 CP1251 MS-CYRL windows-1252 2252 CP1252 MS-ANSI @@ -287,6 +287,7 @@ CP874 3004 WINDOWS-874 #MACTHAI 3024 X-MAC-THAI MAC-THAI #MACTURKISH 3025 X-MAC-TURKISH MAC-TURKISH #MULELAO-1 3026 +CP949 3027 WINDOWS-949 # From Unicode Lib ISO-IR-182 4000 diff --git a/test/data/csdetect/overrides.dat b/test/data/csdetect/overrides.dat index 98f11fe..e4eb85c 100644 --- a/test/data/csdetect/overrides.dat +++ b/test/data/csdetect/overrides.dat @@ -1,3 +1,8 @@ +#data + +#encoding +Windows-949 + #data #encoding @@ -23,7 +28,17 @@ Windows-1254 #encoding Windows-874 +#data + +#encoding +Windows-949 + #data #encoding Windows-874 + +#data + +#encoding +Big5 -- cgit v1.2.3