Re: PB Save As ASCII?
Re: PB Save As ASCII?
- Subject: Re: PB Save As ASCII?
- From: Aki Inoue <email@hidden>
- Date: Thu, 14 Feb 2002 11:09:18 -0800
Todd,
You can save the file as "Non-lossy ASCII" in PB.
The encoding escapes any non-ASCII characters into '\uxxxx' format and
that happens to be the native ASCII representation in Java.
So, you don't have to lose any data, you can just pass everything to
Java.
Aki
On Thursday, February 14, 2002, at 09:22 AM, Todd Blanchard wrote:
In copying some code off a web page tutorial, I have managed to embed
some whitespace character that the java compiler doesn't like. So I
figure all my code fits in ASCII, I'll just save the file as plain ascii
and that should fix the problem.
Nope - there are a lot of encodings listed - but plain (lossy) ascii
isn't one of them.
This sucks. I'm going to have to retype the whole 2 pages of code by
hand because no utility I can find will save the text as lossy ascii.
_______________________________________________
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.
_______________________________________________
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.