Skip to content

std::unicode::icu: add libicu character category functions #1370

Closed
@kud1ing

Description

@kud1ing

Add bindings to libicu's (http://icu-project.org/apiref/icu4c/uchar_8h.html) functions:

  • UBool u_isdigit (UChar32 c)
  • UBool u_islower (UChar32 c)
  • UBool u_isspace (UChar32 c)
  • UBool u_isupper (UChar32 c)
  • UChar32 u_tolower (UChar32 c)
  • UChar32 u_toupper (UChar32 c)

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