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