We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb98a3 commit 647f921Copy full SHA for 647f921
test/runtests.jl
@@ -1,6 +1,10 @@
1
using Base.Test
2
using iconv
3
4
+@show encode("café", "UTF-16")
5
+@show encode("café", "UTF-16LE")
6
+@show encode("café", "UTF-16BE")
7
+
8
for s in ("", "\0", "a", "café crème",
9
"a"^(iconv.BUFSIZE-1) * "€ with an incomplete codepoint between two input buffer fills",
10
"a string € チャネルパートナーの選択",
0 commit comments