Re: Line separator - root problem
Re: Line separator - root problem
- Subject: Re: Line separator - root problem
- From: Scott Thompson <email@hidden>
- Date: Sat, 3 Apr 2004 07:25:42 -0600
I think this behavior is documented at:
<
http://developer.apple.com/documentation/Carbon/Conceptual/
ATSUI_Concepts/atsui_app_unicode/chapter_8_section_2.html>
It says that ATSUI, which I suspect it the technology underlying
NSTextView's Unicode rendering, treats U+2028 (Line Separator) as a
hard break. This, of course, flies in the face of the standard
behavior for that character described at:
<
http://www.unicode.org/reports/tr14/#DescriptionOfProperties>
Then it sounds like a limitation in the Unicode layout support found in
ATSUI. If the behavior is important to you should probably report it
as a bug to Apple at <
http://bugreport.apple.com>.
You might be able to work around the text view's default behavior by
creating your own NSTextContainer.
Scott
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.