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: Half Activist <email@hidden>
- Date: Thu, 18 Oct 2007 16:32:31 +0200
Maybe you should try asking it on WebKit dev since you say Mail does
what you want to achieve and Mail.app uses a WebView for composing &
displaying contents
Regards
On Oct 18, 2007, at 3:31 PM, Dominik Wagner tcm wrote:
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/
_______________________________________________
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:
40gmail.com
This email sent to email@hidden
_______________________________________________
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>) |
| >Re: NSTextView, Mail, and umlauts / combining marks / diacriticals (From: Dominik Wagner tcm <email@hidden>) |