We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8290677 commit 73764a7Copy full SHA for 73764a7
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 ("", "a", "café crème",
11
"a"^(iconv.BUFSIZE-1) * "€ with an incomplete codepoint between two input buffer fills",
12
"a string € チャネルパートナーの選択")
0 commit comments