Re: Encoding question

2012-01-20 Thread Wesley Shields
On Thu, Jan 19, 2012 at 08:43:14AM -0900, rfl...@acsalaska.net wrote: > Hi, > > > I'm trying to compile a C++ software on FreeBSD. While compiling, this > > error shows up: > > > > error: stray '\357' in program > > error: stray '\273' in program > > error: stray '\277' in program > > > > This fil

Re: Encoding question

2012-01-19 Thread rflynn
Hi, > I'm trying to compile a C++ software on FreeBSD. While compiling, this > error shows up: > > error: stray '\357' in program > error: stray '\273' in program > error: stray '\277' in program > > This file is reported (by file[1]) to be "UTF-8 Unicode (with BOM) C > program text, with CRLF lin

Encoding question

2012-01-18 Thread Fernando ApesteguĂ­a
Hi, I'm trying to compile a C++ software on FreeBSD. While compiling, this error shows up: error: stray '\357' in program error: stray '\273' in program error: stray '\277' in program This file is reported (by file[1]) to be "UTF-8 Unicode (with BOM) C program text, with CRLF line terminators" w