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: Dominik Wagner tcm <email@hidden>
- Date: Thu, 18 Oct 2007 15:31:35 +0200
On 18.10.2007, at 15:21, Ricky Sharp wrote:
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.
Since i don't want to do that and still have seen that mail actually
does seperate the a and the " in its plain text mode: Doug or Aki,
can you tell me how this is achieved?
Best,
dom
--
Dominik Wagner Mail: email@hidden
TheCodingMonkeys http://www.codingmonkeys.de/
Blog - DasGenie: !Scrap http://scrap.dasgenie.com/
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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
References: | |
| >NSTextView, Mail, and umlauts / combining marks / diacriticals (From: Dominik Wagner tcm <email@hidden>) |
| >Re: NSTextView, Mail, and umlauts / combining marks / diacriticals (From: Half Activist <email@hidden>) |
| >Re: NSTextView, Mail, and umlauts / combining marks / diacriticals (From: Dominik Wagner tcm <email@hidden>) |
| >Re: NSTextView, Mail, and umlauts / combining marks / diacriticals (From: Manfred Schwind <email@hidden>) |
| >Re: NSTextView, Mail, and umlauts / combining marks / diacriticals (From: Ricky Sharp <email@hidden>) |