>> Also, Char{1,2,4}.{<,toUpper,isAlpha,...} are all locale >> *IN*-dependent. > > These are Unicode specific functions. By definition > they're locale independent. Au contraire -- toUpper is locale-depedent. See the casing exception database.