Skip to content

Commit 28abafb

Browse files
committed
Rename KOI8 to KOI8-R
Mac OS X's iconv doesn't accept the former.
1 parent 6a27cc3 commit 28abafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515

1616
# Test a few non-Unicode encodings
1717
for (s, enc) in (("noël", "ISO-8859-1"), ("noël €", "ISO-8859-15", "CP1252"),
18-
("Код Обмена Информацией, 8 бит", "KOI8"), ("国家标准", "GB18030"))
18+
("Код Обмена Информацией, 8 бит", "KOI8-R"), ("国家标准", "GB18030"))
1919
@test decode(encode(s, enc), enc) == s
2020
end
2121

0 commit comments

Comments
 (0)