From: Yukihiro Matsumoto Date: 2009-07-30T02:32:56+09:00 Subject: Re: upcase in 1.9.2-preview1 Hi, In message "Re: upcase in 1.9.2-preview1" on Thu, 30 Jul 2009 02:13:41 +0900, Iñaki Baz Castillo writes: |> That is: only ASCII characters (potentially encoded as UTF16 or |> whatever) are eligible for case conversion. | |Is it the correct approach? |For me it's very clear that the upcase version of á is Á. But it's locale dependent. In some languages, upper/lower case conversion is not one-to-one mapping. matz.