Re: Very strange build errors (warning...long)
Re: Very strange build errors (warning...long)
- Subject: Re: Very strange build errors (warning...long)
- From: Ondra Cada <email@hidden>
- Date: Thu, 21 Feb 2002 19:24:50 +0100
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.