discuss-gnustep
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]