
16 Apr
2004
16 Apr
'04
5:47 p.m.
In article <BAY7-F139vuK0SqXY4300057386@hotmail.com>, "Reece Dunn" <msclrhd@hotmail.com> wrote:
unicode_string::utf32_t combine ( std::pair< unicode_string::iterator, unicode_string::iterator > & ucr )
that will map the range into a single code point. You could therefore have a combined_iterator that will provide access to the sequence of combined characters.
It doesn't work that way; not every sequence of a composing characters can be mapped to a single code point. (If I understand what you meant by that.) meeroh -- If this message helped you, consider buying an item from my wish list: <http://web.meeroh.org/wishlist>