Skip to content

deprecate utf32(Integer...) method? #11379

Closed
@ScottPJones

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    unicodeRelated to unicode characters and encodings

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions