Lines Matching full:windows
28 // Test that all Korean encodings of EUC-KR family are treated as windows-949.
30 encodings: ['korean', 'EUC-KR', 'windows-949', 'x-windows-949', 'x-uhc',
40 // Test that ISO-8859-9 (Turkish) is upgraded to windows-1254 with Euro symbol.
42 encodings: ['iso-8859-9', 'latin5', 'windows-1254'],
50 // that are NOT subsets of the corresponding Windows codepages. For instance,
60 testDecode('windows-1257', '%80', 'U+20AC');
61 testDecode('windows-1257', '%B4', 'U+00B4');
62 testDecode('windows-1257', '%FF', 'U+02D9');
68 testDecode('windows-1253', '%80', 'U+20AC');
69 testDecode('windows-1253', '%A1', 'U+0385');
70 testDecode('windows-1253', '%B5', 'U+00B5');
71 testDecode('windows-1253', '%B6', 'U+00B6');
79 // Test that TIS-620 and ISO-8859-11 (Thai) are upgraded to windows-874.
81 // any use, even on Windows.
83 encodings: ['TIS-620', 'ISO-8859-11', 'windows-874', 'dos-874'],