Re: AW: Feature request: api docs

2022-02-25 Thread Jacob Bachmeyer
Ernst Reissner wrote: Hello Jacob, Reißner Ernst wrote: [...] All of these markup is not presentational like @table, it is content markup, descriptive or even procedural. It allows other tools not only to render, but to analyze and to verify. I also strongly disagree that this kind of markup

Re: Non-ASCII characters in @include search path

2022-02-25 Thread Patrice Dumas
On Mon, Feb 21, 2022 at 08:46:56PM +, Gavin Smith wrote: > On Sun, Feb 20, 2022 at 10:32:00PM +0100, Patrice Dumas wrote: > > On Sun, Feb 20, 2022 at 05:27:51PM +, Gavin Smith wrote: > > > If the error message became something like > > > > > > "nœud « �sseul� » non référencé" > > > > > >

Re: extra keys from XS parser not decoded?

2022-02-25 Thread Gavin Smith
On Fri, Feb 25, 2022 at 11:20:58AM +0100, Patrice Dumas wrote: > > I think you're right. Any time a string is created it should probably > > have the UTF-8 flag set, unless it represents a filename. > > It is ok too, I think, if we know that it can only be ascii, like > @-command names or type.

Re: extra keys from XS parser not decoded?

2022-02-25 Thread Patrice Dumas
On Fri, Feb 25, 2022 at 07:06:19AM +, Gavin Smith wrote: > On Thu, Feb 24, 2022 at 11:50:51PM +0100, Patrice Dumas wrote: > > Hello, > > > > I have some differences between the perl Parser and the XS parser for > > non ascii strings for extra values. The perl Parser seems to be ok. > > > > M