$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost Locale â accessing ICU functions directly
From: Caroline Beltran (caroline.d.beltran_at_[hidden])
Date: 2014-10-10 13:28:24
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!