Skip to content

Unicode? Consider processing as runes instead of bytes #40

@tliron

Description

@tliron

Very useful library. Thank you. :)

Processing as bytes works fine for the Latin alphabet, but processing as runes could allow the library to process other Unicode alphabets, using unicode.ToLower and related stdlib functions.

It might be even more useful to support both kinds of processing, perhaps a separate set of functions for Unicode, e.g. `ToCamelCaseUnicode", etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions