We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73764a7 commit 2396e6aCopy full SHA for 2396e6a
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 ("", "a", "café crème",
12
"a"^(iconv.BUFSIZE-1) * "€ with an incomplete codepoint between two input buffer fills",
0 commit comments