2 Problems
2 Problems
- Subject: 2 Problems
- From: Thilo Ettelt <email@hidden>
- Date: Sun, 9 Jun 2002 15:45:16 +0200
Hi! I'm having two problems. So let's get started...
The first problem is related to German umlauts and NSAttributedString.
I have a HTML file which contains umlauts as HTML characters like ü
and I want to render the site to an NSTextView. So I find this on
cocoadev.com:
[[textView textStorage] setAttributedString:[[[NSAttributedString alloc]
initWithHTML:[transStr dataUsingEncoding:NSMacOSRomanStringEncoding]
documentAttributes:nil] autorelease]];
Unfortunately the umlauts will not be converted into real ones like "|".
Second problem is related to drawers. Somehow every drawer I create is
not resizable. When I try to resize it it simply closes itself...
Thanks in advance!
Cheers, Thilo
_______________________________________________
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.