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 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
