Re: characterAtIndex: method and composite characters
Re: characterAtIndex: method and composite characters
- Subject: Re: characterAtIndex: method and composite characters
- From: "Clark Cox" <email@hidden>
- Date: Sat, 7 Apr 2007 06:34:42 -0700
On 4/7/07, Ewan Delanoy <email@hidden> wrote:
Thank you for your remarks. That brings me to a different question : take
a fantasy composed character, not precomposed in Unicode (say, "b" with
a grave accent). Is it nonetheless possible to print it on-screen as a single
character in TextEdit ? If not, is there a simple Objective-C hack that would
allow a Cocoa-based text editor to do that ?
Ewan
There's no hack needed, just display a 'b' followed by a combining
grave accent (U+0300):
b̀
--
Clark S. Cox III
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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