|
|
|
|
|
by TheGeminon
615 days ago
|
|
> Okay, so those are the problems. What’s the solution? > If you need to perform a case mapping on a string, you can use LCMapStringEx with LCMAP_LOWERCASE or LCMAP_UPPERCASE, possibly with other flags like LCMAP_LINGUISTIC_CASING. If you use the International Components for Unicode (ICU) library, you can use u_strToUpper and u_strToLower. |
|