Hello,

El Miércoles, 3 de Enero de 2007 18:14, Alfredo Cole escribió:
> El Miércoles, 3 de Enero de 2007 09:59, Marcus Meissner escribió:
> > On Wed, Jan 03, 2007 at 09:54:45AM -0600, Alfredo Cole wrote:
> > > Hi:
> > >
> > > I just switched from 9.3 to 10.2. Everything seemed to go fairly
> > > well. However, when recompiling a C++ project I'm working on, I
> > > get the following error:
> > >
> > > error: converting to execution character set: Invalid or
> > > incomplete multibyte or wide character
> > >
> > > I had not seen this error before. A google search did not help.
> > > Could somebody point me to a direction where I can find
> > > information?
> >
> > You might have used non-ASCII characters in comments or similar.
> > It should report an error line, check it?
> >
> > Ciao, Marcus
>
> Yes. It has a lot of non ASCII characters since text messages are
> written in Spanish. And there are over 400 source files in this
> project. Is the solution to go over each one and change the text
> using an editor and present coding? I am using LANG=es_ES.UTF-8
> coding, whereas under SUSE 9.3 I had LANG=es_ES only. There must be
> an easier way.
>
> Thank you.

It may be a problem when interpreting old 'latin-1' code files with 
new 'utf-8' style.

I built an utility to convert automatically the problematic chars.  It worked 
for me with tones of html pages code. There are also some utilities out there 
to this task.

Contact me in private mail if you are interested in my code (even in 
spanish :-) ). I GPLed the code, but is not exhaustively tested for a public 
release. 

Guillermo

> .
> --
> Alfredo J. Cole-Tuckler

-- 
Guillermo Ballester Valor
[EMAIL PROTECTED]
Ogijares, Granada  SPAIN
Public GPG KEY http://www.oxixares.com/~gbv/pubgpg.html
 
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to