Skip to content

Minor feature: toUpperCase/toLowerCase #35

@jakobkummerow

Description

@jakobkummerow

In another discussion, the observation was raised that converting characters to upper or lower case requires a rather large ICU database. Since many embedders (in particular: browsers) have those already, it would be nice to offer these conversions (either per-codepoint or per-string or both) as built-in features so that Wasm modules don't have to ship their own unicode tables.

This could, of course, be a post-MVP feature; and at any rate it can definitely wait until the fundamental design is hashed out solidly. Just recording the idea here.

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