Re: Error UTF-8 strings
Hans Åberg <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.bugs |
|---|---|
| Message-ID | <[email protected]> |
> On 21 Jun 2020, at 14:25, Hans Åberg <[email protected]> wrote: > >> On 21 Jun 2020, at 11:45, Akim Demaille <[email protected]> wrote: >> >> What locale are you using? > > LC_CTYPE=UTF-8 The error goes away if setting LC_CTYPE=en_US.UTF-8 before recompiling the .yy file. UTF-8 is language independent, so MacOS uses LC_CTYPE=UTF-8, but there are software that require a prefix.