[LC++]cut-and-paste of code problems (character 0240)

Vincent Penquerc'h Vincent.Penquerch at artworks.co.uk
Tue Sep 3 11:46:11 UTC 2002


> >From a search on google, it seems that character 0240 is
> a "non-breaking space in ISO 8859-1".  It seems that my mail
> reader (evolution) introduced these.  I can get around

Not the right solution, but you can always add something to
your Makefile that looks like:

%.o: %.cc
	sed -e s/\0240/ /g $< > /tmp/foo
	gcc /tmp.foo

Obviously flawed in execution, flaky in concept, but .... :)

-- 
Vincent Penquerc'h 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linux.org.au/pipermail/tuxcpprogramming/attachments/20020903/e67fdc45/attachment.htm 


More information about the tuxCPProgramming mailing list