-
Notifications
You must be signed in to change notification settings - Fork 392
Open
Labels
Description
Pretty simple. It would be really nice if RmlUi had a text transformation interface that allowed users to override the handling of a string transformation.
Right now, text-transform seems to be hardcoded to only handle ASCII properly. It would be nice to be able to override this functionality in order to plug in an i18n function that either uses a locale-aware function, ICU, or some other way of uppercasing/lowercasing/capitalizing a string.