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.
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 con
Hi there!
Just subscribed to this list.
@Robert:
Do you mean by hex representation this:
hello -> 0x68 0x61 0x6C 0x6C 0x6F ?
Then I suggest you use the C language to do it, just "convert" a
string to an array of characters by
[yourstring UTF8String]
And loop through the result and printf
Hi there!
Just subscribed to this list.
@Robert:
Do you mean by hex representation this: hello -> 0x68 0x61 0x6C 0x6C
0x6F ?
Then i suggest you use the C language to do it, just "convert" a
string to an array of characters by
[yourstring UTF8String]
And loop through the result and print
On Aug 18, 2008, at 11:38 , Clark Cox wrote:
On Mon, Aug 18, 2008 at 7:38 AM, Jason Coco <[EMAIL PROTECTED]>
wrote:
On Aug 18, 2008, at 10:18 , Clark Cox wrote:
On Mon, Aug 18, 2008 at 5:38 AM, Jason Coco <[EMAIL PROTECTED]>
wrote:
On Aug 18, 2008, at 07:18 , Robert Černý wrote:
Actual
On Mon, Aug 18, 2008 at 7:38 AM, Jason Coco <[EMAIL PROTECTED]> wrote:
>
> On Aug 18, 2008, at 10:18 , Clark Cox wrote:
>
>> On Mon, Aug 18, 2008 at 5:38 AM, Jason Coco <[EMAIL PROTECTED]> wrote:
>>>
>>> On Aug 18, 2008, at 07:18 , Robert Černý wrote:
>>>
Actually,I'm trying to debug some weir
On Aug 18, 2008, at 10:18 , Clark Cox wrote:
On Mon, Aug 18, 2008 at 5:38 AM, Jason Coco <[EMAIL PROTECTED]>
wrote:
On Aug 18, 2008, at 07:18 , Robert Černý wrote:
Actually,I'm trying to debug some weird problems with clipboard. My
problem
is that data copied into clipboard from legacy jav
On Mon, Aug 18, 2008 at 5:38 AM, Jason Coco <[EMAIL PROTECTED]> wrote:
>
> On Aug 18, 2008, at 07:18 , 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 pas
On Aug 18, 2008, at 07:18 , 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 con
Am Mo,18.08.2008 um 13:18 schrieb Robert Černý:
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
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
repr
Am Mo,18.08.2008 um 12:40 schrieb Robert Černý:
I don't like it because the string will be converted. I'm interested
in exact values
Oh, may I ask why? The string class encapsulates its representation.
Anyway, if you want to look "inside" the instance, you probably have
to subclass it or
I don't like it because the string will be converted. I'm interested in
exact values and even allowLossyConversion:NO doesn't guarantee it. Or am I
wrong?
Robert
2008/8/18 Negm-Awad Amin <[EMAIL PROTECTED]>
>
> Am Mo,18.08.2008 um 12:21 schrieb Robert Černý:
>
> Hi,I'm trying to find a way how to
Am Mo,18.08.2008 um 12:21 schrieb Robert Černý:
Hi,I'm trying to find a way how to get hex representation of
NSString. I
know I can convert NSString to NSData but I would like to rather not
to do
it. Or am I missing anything obvious?
Maybe: Do it this way.
Why don't you like it?
Cheers,
14 matches
Mail list logo