Closed kugelbltz closed 5 years ago
ICU (International Components for Unicode) is an API which implements algorithms provided by the Unicode Consortium in C.
Locale object which makes sure that the name of the locale is valid and handled by the ICU library
Addition of uppercase, lowercase and title in the String and CString classes using a CaseModification object.
uppercase
lowercase
title
String
CString
CaseModification
ICU
ICU (International Components for Unicode) is an API which implements algorithms provided by the Unicode Consortium in C.
locale.nit
Locale object which makes sure that the name of the locale is valid and handled by the ICU library
caseModification.nit
Addition of
uppercase
,lowercase
andtitle
in theString
andCString
classes using aCaseModification
object.