Re: Illegal characters in Java code?
Re: Illegal characters in Java code?
- Subject: Re: Illegal characters in Java code?
- From: James Closs <email@hidden>
- Date: Tue, 26 Jun 2007 08:59:07 +0100
Hi,
Thanks for all the replies, I'll look into which encoding the file is
actually getting saved as.
Someone suggested a problem with 'copy and paste', this was my
original thought as well but typing the code in from scratch didn't
work either!
At the moment I've reverted to using integer values in the switch
statement instead. Ugly, but it works. I'd like to get to the root of
the problem though...
thanks again.
I suspect that the pasted-into source file isn't actually being
saved as
MacRoman (Western - Mac), but as something else. One way to test this
hypothesis is to hex-dump both source files (read 'man hexdump'),
then use
diff or FileMerge to compare the hex output.
====
James Closs, Director, bitBull Ltd
http://www.bitbull.com
07771 991171
====
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden