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 861063c commit 8290677Copy full SHA for 8290677
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 ("", "a", "café crème",
9
"a"^(iconv.BUFSIZE-1) * "€ with an incomplete codepoint between two input buffer fills",
10
"a string € チャネルパートナーの選択")
0 commit comments