Re: NSTextView, Mail, and umlauts / combining marks / diacriticals
Re: NSTextView, Mail, and umlauts / combining marks / diacriticals
- Subject: Re: NSTextView, Mail, and umlauts / combining marks / diacriticals
- From: Ricky Sharp <email@hidden>
- Date: Thu, 18 Oct 2007 06:21:25 -0700
On Thursday, October 18, 2007, at 07:17AM, "Manfred Schwind" <email@hidden> wrote:
>> What our customers want is to clearly be able to see and edit every
>> codepoint of unicode. so they see a a" if it has two codepoints
>> and a รค if it has one.
>
>Would it help to insert e.g. a "Zero Width No-Break Space" (Unicode
>0001) between every codepoint?
>
>Regards,
>Mani
I would not recommend doing that. ZWNBS happens to also be used for the UTF-16 BOM. There is another character to used instead should you need to go this route (see unicode.org "BOM" FAQ)
Having said that, a proper solution I think would be to step down to lower-level text APIs and not use the higher-level ones.
--
Rick Sharp
Instant Interactive(tm)
_______________________________________________
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