bug 347982 : EUC-KR decoder (Unicode-to-EUC-KR converter) is broken : MSB is stripped off (r=smontagu, sr=roc)

git-svn-id: svn://10.0.0.236/trunk@207307 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jshin%mailaps.org
2006-08-14 13:32:58 +00:00
parent c4edf79a42
commit c43dba7a10

View File

@@ -51,7 +51,7 @@ static const PRUint16 *g_EUCKRMappingTable[3] = {
static const uScanClassID g_EUCKRScanCellIDTable[3] = {
u1ByteCharset,
u2BytesCharset,
u2BytesGRCharset,
uDecomposedHangulCharset
};