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 86eb7e1 commit 3164ae3Copy full SHA for 3164ae3
encode-decode/julia.md
@@ -8,6 +8,6 @@ bytes in the specified encoding and returns a string.
8
```julia
9
using UnicodeExtras
10
11
-utf16 = encode(str, 'UTF-16')
12
-str = decode(utf16, 'UTF-16')
+utf16 = encode(str, "UTF-16")
+str = decode(utf16, "UTF-16")
13
```
0 commit comments