Re: wchar_t locale (was: Re: Xcode-users Digest, Vol 7, Issue 153)
Re: wchar_t locale (was: Re: Xcode-users Digest, Vol 7, Issue 153)
- Subject: Re: wchar_t locale (was: Re: Xcode-users Digest, Vol 7, Issue 153)
- From: Chris Espinosa <email@hidden>
- Date: Mon, 12 Apr 2010 16:48:33 -0700
On Apr 12, 2010, at 4:34 PM, Jonas Maebe wrote:
> Mac OS X uses the FreeBSD libc library, which does not share any code with glibc.
You can see for yourself at http://opensource.apple.com/source/Libc/Libc-594.1.4/stdio/vfprintf-fbsd.c , which is the base printf routine in Mac OS X. The business end of the %S operator is _wcsconv, which is locale-dependent and character-encoding agnostic.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden