[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSString lowercaseString
From: |
David Chisnall |
Subject: |
Re: NSString lowercaseString |
Date: |
Wed, 1 Aug 2012 15:42:54 +0100 |
On 1 Aug 2012, at 12:20, Sebastian Reitenbach wrote:
> I had to change it slightly to compile with gcc, results are still different:
This is expected, and is due to the gcc misfeature that was the subject of a
long thread a while ago: GCC will emit UTF-8 literals for Objective-C strings
(as you'd expect), but will interpret the input text according to your locale
at the time of compilation.
David
-- Sent from my STANTEC-ZEBRA
- Re: NSString lowercaseString, Sebastian Reitenbach, 2012/08/01
- Re: NSString lowercaseString, David Chisnall, 2012/08/01
- Re: NSString lowercaseString, Sebastian Reitenbach, 2012/08/01
- Re: NSString lowercaseString,
David Chisnall <=
- Re: NSString lowercaseString, Sebastian Reitenbach, 2012/08/01
- Re: NSString lowercaseString, Sebastian Reitenbach, 2012/08/01
- Re: NSString lowercaseString, Stefan Bidi, 2012/08/01
- Re: NSString lowercaseString, Richard Frith-Macdonald, 2012/08/02
- Re: NSString lowercaseString, Sebastian Reitenbach, 2012/08/03
- Re: NSString lowercaseString, Richard Frith-Macdonald, 2012/08/08
- Re: NSString lowercaseString, Sebastian Reitenbach, 2012/08/08