Le 16 nov. 2013 à 16:52, Arthur Schwarz <[email protected]> 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.


_______________________________________________
[email protected] https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to