<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2448.0">
<TITLE>RE: [LC++]cut-and-paste of code problems (character 0240)</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>&gt; &gt;From a search on google, it seems that character 0240 is</FONT>
<BR><FONT SIZE=2>&gt; a &quot;non-breaking space in ISO 8859-1&quot;.&nbsp; It seems that my mail</FONT>
<BR><FONT SIZE=2>&gt; reader (evolution) introduced these.&nbsp; I can get around</FONT>
</P>

<P><FONT SIZE=2>Not the right solution, but you can always add something to</FONT>
<BR><FONT SIZE=2>your Makefile that looks like:</FONT>
</P>

<P><FONT SIZE=2>%.o: %.cc</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>sed -e s/\0240/ /g $&lt; &gt; /tmp/foo</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>gcc /tmp.foo</FONT>
</P>

<P><FONT SIZE=2>Obviously flawed in execution, flaky in concept, but .... :)</FONT>
</P>

<P><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>Vincent Penquerc'h </FONT>
</P>

</BODY>
</HTML>