-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid breaks in words with accents #1098
Comments
Can you provide a simple Ruby script (no dependencies except Prawn) to reproduce the problem? |
Unfortunately I can't. I don't have too much ruby experience, no experience at all with Prawn, and I will lack any free time in the following period. |
No problem! Just note that the issue resolution may take longer without such a script. |
I'm closing it in favour of #1295. I don't think fixing just accented characters would be useful or even possible without addressing the bigger issue. |
Converting the following asciidoc document to pdf (using asciidoctor-pdf-1.5.0.alpha.17.dev w/ prawn-2.2.2)
results in an invalid break in the first row. The resulting block of the pdf looks like this (for me):
(Note: the ÿ character is invisible in the result, but that is a font issue.)
But the breaks should be consistent, while the current position of the break depends on whether a given letter is accented or not. The correct output should be:
See also: asciidoctor/asciidoctor-pdf#979 (comment)
The text was updated successfully, but these errors were encountered: