encoding to latin2

2003-06-26 Thread reuss
I am unable to convert the following legyõz to latin2 string with dataUsingEncoding:9? I would like to put in an NSDictionary, but I got the message: Uncaught exception NSInvalidArgumentException, reason: Tried to add nil ___ Help-gnustep mailing list

Re: encoding to latin2

2003-06-26 Thread Richard Frith-Macdonald
the string you were trying to convert to latin2 contained characters which can't be represented in the latin2 encoding. Most likely you specified an illegal string to start with ... the common mistake is to put non-ascii characters in a string literal ... literal strings of the form @my string may only