Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to use Unicode with Carbon



On 2007-06-10, at 11:48:37, Felipe Monteiro de Carvalho wrote:

I would like to created a carbon application and use UTF-8 encoded strings for it's controls (if necessary I can also first convert to UTF-16 and then send the string to Carbon.

How can I do this? I tryed something like this:

ignoreResult := CreatePushButtonControl(nil, GetQDRect(200, 200, 100, 50), CFSTRP('Showñãłø Dialog'), button2);

I don't know about the Pascal idiom you're using, but you can't use the CFSTR( "xxx" ) with non-ASCII characters even in C with a guaranteed result. The best way to do this is keep the strings in a localized .strings file.


Philip Aker
email@hidden


_______________________________________________ Do not post admin requests to the list. They will be ignored. Carbon-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/carbon-dev/email@hidden

This email sent to email@hidden
References: 
 >How to use Unicode with Carbon (From: "Felipe Monteiro de Carvalho" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.