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 5c1d569 commit 9ee12ffCopy full SHA for 9ee12ff
src/iconv.jl
@@ -245,8 +245,8 @@ end
245
246
encoding_string(::Type{ASCIIString}) = "ASCII"
247
encoding_string(::Type{UTF8String}) = "UTF-8"
248
-encoding_string(::Type{UTF16String}) = "UTF-16"
249
-encoding_string(::Type{UTF32String}) = "UTF-32"
+encoding_string(::Type{UTF16String}) = "UTF-16LE"
+encoding_string(::Type{UTF32String}) = "UTF-32LE"
250
251
"""
252
decode(a::Vector{UInt8}, enc::ASCIIString)
0 commit comments