Closed
Description
opened on May 20, 2015
utf32 has the following method:
function utf32(c::Integer...)
However, neither utf8 nor utf16 have that functionality...
(also, the utf32 version does no validity checking, which it probably should).
Either the method for utf32 (and the test in strings.jl) should be deprecated and then removed,
or utf8 and utf16 should be make to act consistently (and add validity checking).
Activity