I recently began using Boost Locale traversing and boundary analysis of Unicode strings. I’ve used some of the features available for case conversion, i.e.: to_upper(), which appears to wrap ICU’s toUpper() function.
I didn’t find Boost Locale wrappers for other ICU functions such as u_isalpha() or u_isalnum(). How can I these ICU functions?
Thank you!