We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213908f commit f29da8cCopy full SHA for f29da8c
test/runtests.jl
@@ -5,7 +5,8 @@ using iconv
5
@show encode("café", "UTF-16LE")
6
@show encode("café", "UTF-16BE")
7
8
-@show decode([0x81], "CP1252")
+@show decode(encode("café", "UTF-16BE"), "UTF-16")
9
+@show decode(encode("café", "UTF-16LE"), "UTF-16")
10
11
for s in ("", "\0", "a", "café crème",
12
"a"^(iconv.BUFSIZE-1) * "€ with an incomplete codepoint between two input buffer fills",
0 commit comments