[Bug 1073247] Re: a2x: pdf output fails with german umlauts in labels

2019-12-11 Thread Joseph
This has been fixed in version 8.6.10+git20190307.51d7c14-1 as it is now using python3, so natively supporting unicode characters. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073247 Title: a2x: p

[Bug 1073247] Re: a2x: pdf output fails with german umlauts in labels

2019-12-11 Thread Joseph
This has been fixed in version 8.6.10+git20190307.51d7c14-1 as it is now using python3, so natively supporting unicode characters. ** Changed in: asciidoc (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 1073247] Re: a2x: pdf output fails with german umlauts in labels

2014-04-21 Thread Joseph
Hi, Ok, I wasn't clear: IMHO this is not a bug but a configuration issue. You're just using a2x without the correct parameters. If you want a2x/asciidoc to support utf-8 characters in the titles you have to use it with one of the following: - use the ascii-ids attribute (see section ids in offi

[Bug 1073247] Re: a2x: pdf output fails with german umlauts in labels

2014-04-18 Thread gouri
# Minimal test case Since the simplest test case with the smallest difference between pass and fail is often a good thing to have, here is one: Copy-paste the lines below to test-mini-pass.asciidoc, run "a2x test- mini-pass.asciidoc", see that it generated a PDF. = A A == B A Now replace the

[Bug 1073247] Re: a2x: pdf output fails with german umlauts in labels

2014-04-18 Thread gouri
This bug hit me, too, with french documents. A simple document with one accent in any section title is enough to choke the program. How to reproduce: download attached test.asciidoc. Run: a2x test.asciidoc Observed: a2x: ERROR: "dblatex" -t pdf -p "/etc/asciidoc/dblatex/asciidoc- dblatex.xsl

[Bug 1073247] Re: a2x: pdf output fails with german umlauts in labels

2014-03-28 Thread Joseph
Hi, Another solution here is to use fop: a2x --fop test.asciidoc The reason of this is explained here: https://groups.google.com/d/msg/asciidoc/MnO-Cs1Xhgo/nIz-Gu4p3UUJ Best, Joseph -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1073247] Re: a2x: pdf output fails with german umlauts in labels

2014-03-28 Thread Joseph HERLANT
Hi, As explained in the Debian side: https://bugs.debian.org/622359 you can avoid this by using the "ascii-ids" attribute. But I've opened a discussion on upstream because they apparently set the atrtibute as deprecated. You can follow the discussion on: https://groups.google.com/d/msg/asciidoc/

[Bug 1073247] Re: a2x: pdf output fails with german umlauts in labels

2012-11-23 Thread Oliver Burtchen
Dear Günther, > Wie soll ich die innerhalb des automatischen a2x-Prozesses händisch > setzen, ohne dass sie immer wieder überschrieben werden? You can manually give xref-labels in your asciidoc-document like this: [[ueberschrift1]] Eine erste Überschrift Das soll die Auf

Re: [Bug 1073247] Re: a2x: pdf output fails with german umlauts in labels

2012-11-23 Thread Guenther Montag
Hallo Oliver, das sieht ganz gut aus. Am 23.11.2012 09:04, schrieb Oliver Burtchen: > At least on Ubuntu 12.04 it seems there are two Problems involved: > > 1. asciidoc does not convert german-umlauts in xref-labels for the > xml-output. A workaround is to manually give plain ascii xref-labels >

[Bug 1073247] Re: a2x: pdf output fails with german umlauts in labels

2012-11-23 Thread Oliver Burtchen
At least on Ubuntu 12.04 it seems there are two Problems involved: 1. asciidoc does not convert german-umlauts in xref-labels for the xml-output. A workaround is to manually give plain ascii xref-labels if a header contains german umlauts and you need the xreference. Otherwise just ignore them.