String class has toUpperCase() and toLowerCase() methods only. Since Unicode Spec has 3 case mapping conversion(lower, upper, title) as an informative property it would be fine even though JDK doesn't support any.
However it is recommanded to support all 3 conversions and customer will be happy.
bae-chul.kim@eng 2000-10-26
However it is recommanded to support all 3 conversions and customer will be happy.
bae-chul.kim@eng 2000-10-26
- relates to
-
JDK-6423415 (str) Add String.toTitleCase()
-
- Closed
-