help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Generated file has non-UTF-8 characters


From: Akim Demaille
Subject: Re: Generated file has non-UTF-8 characters
Date: Sat, 16 Nov 2013 17:18:57 +0100

Le 16 nov. 2013 à 16:52, Arthur Schwarz <address@hidden> a écrit :

> IDE:      Netbeans 7.4
> 
> COMPILER: gcc 4.8.1
> 
> I just started using bison and received the following message when trying to 
> edit the bison generated cpp file. The resultant compilation shows many 
> errors because of non-UTF-8 characters. Is there any way to direct bison to 
> use only UTF-8 files in its generated output?

Hi,

Bison uses only ASCII itself, if there is UTF-8 in the generated
output, it comes from the input (which may include paths names
on your account, so if you are compiling in a directory with
non-ascii characters, you might have a problem).

In any case, looking at the troublesome line will be more helpful
than wild guesses.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]