nitlang / nit

Nit language
http://nitlanguage.org
Apache License 2.0
239 stars 65 forks source link

Locale-sensitive operations using `U16String` and common locale enumeration #2787

Open kugelbltz opened 5 years ago

kugelbltz commented 5 years ago

This PR works with PR #2773. Operations are prefixed with uni_

Case modification

uni_to_upper, uni_to_lower and uni_to_title operations using ICU operations.

String sorting

Formatting

Locale aware time/number to String formatting using ICU's number and time formatter structures

Locale