Your message dated Wed, 04 Jan 2017 21:24:07 +0100
with message-id <3249.1483561447@tremalking>
has caused the report #849679,
regarding dblatex: please update l10n files
to be marked as having been forwarded to the upstream software
author(s) "Benoit Guillon" <ben.guil...@gmail.com>
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
849679: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849679
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Hi BenoƮt,
I want to inform you about Debian BTS report #849679 [1] regarding
dblatex:
quotes and nested quotes get rendered wrong with Greek language, e.g.:
ÉC; instead of "
Shgort test document [2] can be used to demonstrate the problem (best
transformed using the XeTeX backend), and hotfix [3] seems to fix it.
Actually the affected file el.xml contains even more of the problematic
patterns &# - however I haven't found examples exposing the problem
for the other occurrences until now, and thus I have left them alone.
Please let me know if you agree with my hotfix.
BTW, [4] where the Greek problem has been detected is a nice source of
dblatex examples in several languages.
[1] https://bugs.debian.org/849679
[2]
<?xml version="1.0"?>
<!DOCTYPE article
PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<article lang="el">
<title>Quotes in Greek documents</title>
<para>
This document demonstrates how dblatex handles quotes in Greek documents:
</para>
<itemizedlist>
<listitem>
<para>
<quote>quotes</quote>
</para>
</listitem>
<listitem>
<para>
<quote>nested <quote>quotes</quote></quote>
</para>
</listitem>
</itemizedlist>
<para>
Corresponding debian bug report #849679: <ulink
url="http://bugs.debian.org/849679" type="text/html">dblatex: please update
l10n files</ulink>
</para>
</article>
[3]
Author: Andreas Hoenen <andr...@hoenen-terstappen.de>
Description: hotfix for BTS report #849679:
Fix display of quotes and nested quotes in greek documents.
--- a/xsl/common/el.xml
+++ b/xsl/common/el.xml
@@ -194,10 +194,10 @@
<l:gentext key="index symbols" text="Symbols"/>
<l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
<l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="&#x201C;"/>
- <l:dingbat key="endquote" text="&#x201D;"/>
- <l:dingbat key="nestedstartquote" text="&#x2018;"/>
- <l:dingbat key="nestedendquote" text="&#x2019;"/>
+ <l:dingbat key="startquote" text="“"/>
+ <l:dingbat key="endquote" text="”"/>
+ <l:dingbat key="nestedstartquote" text="‘"/>
+ <l:dingbat key="nestedendquote" text="’"/>
<l:dingbat key="singlestartquote" text="‘" lang="en"/>
<l:dingbat key="singleendquote" text="’" lang="en"/>
<l:dingbat key="bullet" text="&#x2022;"/>
[4] https://d-i.alioth.debian.org/manual/
Regards, Andreas
--
Andreas Hoenen <andr...@hoenen-terstappen.de>
GPG: 1024D/B888D2CE
A4A6 E8B5 593A E89B 496B
82F0 728D 8B7E B888 D2CE
signature.asc
Description: PGP signature
--- End Message ---