
"Thorsten Ottosen" <nesotto@cs.auc.dk> writes:
"Jeremy Maitin-Shepard" <jbms@attbi.com> wrote in message news:87ptabsq2h.fsf@jbms.ath.cx...
"John Maddock" <john@johnmaddock.co.uk> writes: [snip]
5) Begin to add locale support - a big job, probably a few facets at a time.
The issue is that, despite what you say, most or all of the standard library facets are not suitable for use with Unicode strings. For instance, the character classification and toupper-like operations need not be tied to a locale.
The new string algorithms to_upper etc do support locales.
I'm not sure you are understanding me. What I am saying is that operations such as "convert to uppercase" on Unicode strings are locale-independent, and thus such operations need not and should not be part of the locale interface. It seems perhaps you are referring to the string algorithm library that was reviewed some time ago. -- Jeremy Maitin-Shepard