• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode Editor's Regex now uses PCRE instead of ICU?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode Editor's Regex now uses PCRE instead of ICU?


  • Subject: Re: Xcode Editor's Regex now uses PCRE instead of ICU?
  • From: Thomas Engelmeier <email@hidden>
  • Date: Thu, 13 Mar 2008 12:01:38 +0100


On 13.03.2008, at 08:37, Clark Cox wrote:

On Wed, Mar 12, 2008 at 5:40 PM, Alastair Houghton
<email@hidden> wrote:


Yes, that's true.  You can see the sources for CFString in the Darwin
source tree.  Furthermore, string constants (even @"" and CFSTR("")
ones) are encoded in ASCII by the compiler, which makes 8-bit strings
quite common in practice.

FYI: As of Leopard, this is no longer necessarily true (i.e. the string constants being ASCII). Full UTF-8 strings are now supported within @"" and CFSTR("") strings, so there are cases where even these strings are encoded as UTF-16 by the compiler.

As of Leopard or as of Xcode 3.x?
And, if I read the paragraph above correctly, the compiler will expand @"UTF-8 string" in the source code to UTF16 in the string constant in the TEXT section?


TIA,
	Tom_E
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Xcode Editor's Regex now uses PCRE instead of ICU?
      • From: "Clark Cox" <email@hidden>
    • Re: Xcode Editor's Regex now uses PCRE instead of ICU?
      • From: Jens Alfke <email@hidden>
  • Prev by Date: Re: Mute System
  • Next by Date: Re: How to make a UI like in Mail?
  • Previous by thread: Re: How to solve application hang issue?
  • Next by thread: Re: Xcode Editor's Regex now uses PCRE instead of ICU?
  • Index(es):
    • Date
    • Thread