Skip to content

"char": add a type and function for Unicode Character Categories #1348

Closed
@kud1ing

Description

@kud1ing

For Unicode Character Categories see http://www.fileformat.info/info/unicode/category/index.htm

Haskell implements the type "GeneralCategory" and a function to determine a character's "GeneralCategory".
Their implementation goes like this:

I propose to write a Python script, which does something similar.

Having such a type and function in Rust enables us to correctly implement functions in the "char" module. See http://haskell.org/ghc/docs/6.12.2/html/libraries/base-4.2.0.1/src/Data-Char.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions