Control: usertags 622359 + herla...@gmail.com

Hi,

I tested with the latest version of the upstream and it is not solved yet.

The real thing is that the generated intermediate xml that has an
umlaut in the section id.
If, in the xml, the section id would be generated with ascii-only id,
that would solve the issue.
I just tested and that works.

Part of the xml that fails:
<section id="_umlauts_e_g_ü_break_a2x_headlines">
<title>Umlauts e.g. ü break a2x headlines</title>
<simpara>Stable asciidoc (8.5.x) has no problems with this file.</simpara>
</section>


And if you just replace the ü in the section id like this:
<section id="_umlauts_e_g_u_break_a2x_headlines">
<title>Umlauts e.g. ü break a2x headlines</title>
<simpara>Stable asciidoc (8.5.x) has no problems with this file.</simpara>
</section>


the dblatex command will work.
I'll check if I can solve this and open a bug in upstream in the mean time.

Regards,
Joseph


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to