Am Mo,18.08.2008 um 19:15 schrieb Charles Srstka:
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?
Yes, I think, that the other answer tries to solve the problem "too
late". He should look insinde the pasteboard before a string instance
is even in mind.
Charles
Cheers,
Amin
Amin Negm-Awad
[EMAIL PROTECTED]
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]