Re: Hex representation of NSString
Re: Hex representation of NSString
- Subject: Re: Hex representation of NSString
- From: Charles Srstka <email@hidden>
- Date: Mon, 18 Aug 2008 12:15:08 -0500
On Aug 18, 2008, at 6:18 AM, Robert Černý wrote:
Actually,I'm trying to debug some weird problems with clipboard. My
problem
is that data copied into clipboard from legacy java application
doesn't
match data pasted into Cocoa application. I've got data with accented
characters which gets converted through MacOS Roman encoding even
the visual
representation in java is correct.
It sounds like you don't really want to use NSString at all. Have you
tried just using -[NSPasteboard dataForType:] instead of -
[NSPasteboard stringForType:] to get the raw pasteboard data as it's
coming from the Java application?
Charles_______________________________________________
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