We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a27cc3 commit 28abafbCopy full SHA for 28abafb
test/runtests.jl
@@ -15,7 +15,7 @@ end
15
16
# Test a few non-Unicode encodings
17
for (s, enc) in (("noël", "ISO-8859-1"), ("noël €", "ISO-8859-15", "CP1252"),
18
- ("Код Обмена Информацией, 8 бит", "KOI8"), ("国家标准", "GB18030"))
+ ("Код Обмена Информацией, 8 бит", "KOI8-R"), ("国家标准", "GB18030"))
19
@test decode(encode(s, enc), enc) == s
20
end
21
0 commit comments