Hi all, I'm not sure I'm doing right, but I have a binary file... I have
to read a certain length of bytes, each representing a character with a
"not standard" encoding, i.e.:
0x01:A
0x02:C
0x04:G
and so on.
I need to have a NSString object and I found out the
initWithBytes:length:encoding: method or the initWithData:encoding:
method.
while bytes, length or data are things I can handle, how can I define a
new NSStringEncoding? ADC docs didn't help me that much, as they talk
about "standard" encodings...
Thanks
d


|