Which encoding?
Which encoding?
- Subject: Which encoding?
- From: Matthew Weinstein <email@hidden>
- Date: Wed, 21 May 2003 21:16:28 -0400
I'm trying to save my data as tab delimited text and am trying to
find the best NSString dataWithEncoding encoding. The problem I'm
finding is that all the encoding schemes used by this method either
don't translate accented characters, enye's etc, or, on the other
hand, don't produce files readable by programs like Excel (unichar
format for instance). The only way I've found to sort of do it is by
using
[W appendBytes: [X cString] length: [X cStringLength]];
is there an NSStringEncoding that will do the equivalent of this (8
bit ascii with the foreign characters.)?
Matthew
--
Matthew Weinstein
Associate Professor of Science Education
Kent State University
404D White Hall
KSU
Kent, OH 44242
330-672-0653
email@hidden
http://educ.kent.edu/~mweinste
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.