On 10/31/2012 01:32 AM, Akim Demaille wrote:
> I now also realize that maybe Bison should ignore these
> BOM bytes.  Or even propagate them to the generated files?

I guess it'd be OK to ignore them but I wouldn't propagate them,
as they're trouble.

While we're on the subject of UTF-8, is Bison really
generating messages like this?

rpcalc.y:1.1: invalid character: `\377'

It should be using apostrophes, like this:

rpcalc.y:1.1: invalid character: '\377'

The GNU Coding Standards changed recently, in this matter.

_______________________________________________
help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to