japanese characters in document based application
japanese characters in document based application
- Subject: japanese characters in document based application
- From: Julien Palmas <email@hidden>
- Date: Mon, 13 Sep 2004 16:55:25 +0900
hi list !
my document based app deals with japanese characters.
the nsdata returned after the dataRepresentation contains some japanese
characters added to the data like this :
[theData addBytes:[@"the japanese character" cString] length:[@"the
japanese character length"];
when i a do :
[theData writeToFile:@"/file" automically:NO]; there is no pb. the file
contains what i want.
but in my document based app, the dataRepresentation methods, that
returns the data fails saying that encoding my japanese characters is
not doable. error number is 30.
how can i deals with this encoding ???
thanks
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden