Re: Very strange build errors (warning...long)
Re: Very strange build errors (warning...long)
- Subject: Re: Very strange build errors (warning...long)
- From: Joseph Jones <email@hidden>
- Date: Fri, 22 Feb 2002 01:02:59 -0800
Thanx all for the help. Seems tr did the trick (although it stripped out
all duplicate characters as well which I had to fix manually).
joe
On Thursday, February 21, 2002, at 10:24 AM, Ondra Cada wrote:
Joseph,
Joseph Jones (JJ) wrote at Wed, 20 Feb 2002 22:51:52 -0800:
JJ> BigLetterView.m:1: illegal external declaration, found `unknown'
Dunno for sure, but this looks like you copy'n'pasted from a HTML or
similar
source, and succeeded to insert an invisible, but pretty nasty character
into .m -- something like Unicode unbreakable space, or so.
Check the sources in TextEdit, or better in Terminal (man hexdump). Also
check the archives, *very* recently the same problem was either here or
in
the PB list, and I have sent a small programlet which effectively
strips out
any nasty characters even from those more exotic encodings like Unicode
or
UTF8 or non-lossy ASCII.
With simple 8-bit encodings of course you can use just plain ole tr
(man tr).
---
Ondra Cada
OCSoftware: email@hidden http://www.ocs.cz
2K Development: email@hidden http://www.2kdevelopment.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
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.