The functions UniTransLower and UniTransUpper may be used to convert text to lowercase or uppercase, respectively, according to the case-conversion rules for the specified locale.

Both functions take as parameters a UniChar string to be converted, and a LocaleObject to govern the conversion.

Note: These two functions should not be confused with UniStrlwr and UniStrupr, which convert case according to generic (locale-independent) case-conversion rules.


[Back] [Next]