Strange character transformation
Strange character transformation
- Subject: Strange character transformation
- From: "Peter Hudson" <email@hidden>
- Date: Mon, 02 Feb 2004 21:11:25 +0000
I read an RTF file into an NSString with stringWithContentsOfFile.
The RTF contains a French capital E with acute accent. When I check the RTF file, this character is represented 0xc9 - which is correct unicode for the character.
When imported into the string the 0xc9 has become 0x2026 - which is unicode for elipses ( ...)
When I write this string to an NSTextView it appears correctly on screen as E acute.
When however the character 0x2026 is displayed in an NSTableView cell it appears as elipses.
Any one able to point me in the right direction ?
Peter Hudson
_______________________________________________
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.