Skip navigation.
 
mlRe: how to write programatically greek letters to an NSTextField?
FROM : Clark Cox
DATE : Wed Dec 22 23:46:19 2004

On Wed, 22 Dec 2004 17:31:31 -0500, The Karl Adam <karl.<email_removed>> wrote:
> Evan is correct, and rather than use the hex values, I normally just
> use NSString's -stringWithUTF8String: then you can type the string
> directly in between the "" and it is correctly handled in your
> program.


If you do that, make absolutely sure that the source file is itself in UTF-8.

--
Clark S. Cox III
<email_removed>
http://www.livejournal.com/users/clarkcox3/
http://homepage.mac.com/clarkcox3/

Related mailsAuthorDate
mlhow to write programatically greek letters to an NSTextField? Nestor Cardozo Dec 22, 13:17
mlRe: how to write programatically greek letters to an NSTextField? Brian Bergstrand Dec 22, 15:12
mlRe: how to write programatically greek letters to an NSTextField? Evan Schoenberg Dec 22, 20:09
mlRe: how to write programatically greek letters to an NSTextField? Clark Cox Dec 22, 21:17
mlRe: how to write programatically greek letters to an NSTextField? The Karl Adam Dec 22, 23:31
mlRe: how to write programatically greek letters to an NSTextField? Clark Cox Dec 22, 23:46
mlRe: how to write programatically greek letters to an NSTextField? The Karl Adam Dec 23, 07:08
mlRe: how to write programatically greek letters to an NSTextField? Clark Cox Dec 24, 00:25