summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2011-01-31 11:02:21 +1300
committerStuart Rackham <srackham@methods.co.nz>2011-01-31 11:02:21 +1300
commit5ac7208d8ce4248513cd1f6b153889fb2f837500 (patch)
tree7e025fff923c467e24c601e0e2938a5f25a81a2a
parentd4972bd0dd2cdb178d2012a9c560cc0dd965a32a (diff)
downloadasciidoc-5ac7208d8ce4248513cd1f6b153889fb2f837500.tar.gz
Renamed lsq, rsq, ldq, rdq attributes to lsquo, rsquo, ldquo, rdquo to
bring them in line with Unicode naming conventions and to make their purpose more obvious.
-rw-r--r--asciidoc.conf8
-rw-r--r--doc/asciidoc.txt8
-rw-r--r--docbook45.conf4
-rw-r--r--html4.conf4
-rw-r--r--lang-de.conf8
-rw-r--r--lang-ru.conf4
-rw-r--r--lang-uk.conf4
-rw-r--r--xhtml11.conf4
8 files changed, 22 insertions, 22 deletions
diff --git a/asciidoc.conf b/asciidoc.conf
index c150d0b..0ea4071 100644
--- a/asciidoc.conf
+++ b/asciidoc.conf
@@ -45,10 +45,10 @@ two_colons=::
two_semicolons=;;
# Left and right single and double quote characters.
# See http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks
-lsq=&#8216;
-rsq=&#8217;
-ldq=&#8220;
-rdq=&#8221;
+lsquo=&#8216;
+rsquo=&#8217;
+ldquo=&#8220;
+rdquo=&#8221;
[titles]
subs=specialcharacters,quotes,replacements,macros,attributes,replacements2
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index a0f8345..a736dad 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -4150,12 +4150,12 @@ predefined intrinsic attributes:
{indir} input file directory name (note 2,5)
{infile} input file name (note 2,5)
{lastname} author last name (from document header)
- {ldq} Left double quote character (note 7)
+ {ldquo} Left double quote character (note 7)
{level} title level 1..4 (in section titles)
{listindex} the list index (1..) of the most recent list item
{localdate} the current date
{localtime} the current time
- {lsq} Left single quote character (note 7)
+ {lsquo} Left single quote character (note 7)
{lt} less than (<) character entity
{manname} manpage name (defined in NAME section)
{manpurpose} manpage (defined in NAME section)
@@ -4166,11 +4166,11 @@ predefined intrinsic attributes:
{notitle} do not display the document title
{outdir} document output directory name (note 2)
{outfile} output file name (note 2)
- {rdq} Right double quote character (note 7)
+ {rdquo} Right double quote character (note 7)
{reftext} running block xreflabel generated by BlockId elements
{revdate} document revision date (from document header)
{revnumber} document revision number (from document header)
- {rsq} Right single quote character (note 7)
+ {rsquo} Right single quote character (note 7)
{sectnum} formatted section number (in section titles)
{showcomments} send comment lines to the output
{title} section title (in titled elements)
diff --git a/docbook45.conf b/docbook45.conf
index f637e21..a119246 100644
--- a/docbook45.conf
+++ b/docbook45.conf
@@ -197,8 +197,8 @@ text=<simpara>|</simpara>
emphasis=<emphasis>{1?<phrase role="{1}">}|{1?</phrase>}</emphasis>
strong=<emphasis role="strong">{1?<phrase role="{1}">}|{1?</phrase>}</emphasis>
monospaced=<literal>{1?<phrase role="{1}">}|{1?</phrase>}</literal>
-singlequoted={lsq}{1?<phrase role="{1}">}|{1?</phrase>}{rsq}
-doublequoted={ldq}{1?<phrase role="{1}">}|{1?</phrase>}{rdq}
+singlequoted={lsquo}{1?<phrase role="{1}">}|{1?</phrase>}{rsquo}
+doublequoted={ldquo}{1?<phrase role="{1}">}|{1?</phrase>}{rdquo}
unquoted={1?<phrase role="{1}">}|{1?</phrase>}
subscript=<subscript>{1?<phrase role="{1}">}|{1?</phrase>}</subscript>
superscript=<superscript>{1?<phrase role="{1}">}|{1?</phrase>}</superscript>
diff --git a/html4.conf b/html4.conf
index cf1a135..574fb18 100644
--- a/html4.conf
+++ b/html4.conf
@@ -146,8 +146,8 @@ text=<p>|</p>
emphasis=<em>{1?<span class="{1}">}|{1?</span>}</em>
strong=<strong>{1?<span class="{1}">}|{1?</span>}</strong>
monospaced=<tt>{1?<span class="{1}">}|{1?</span>}</tt>
-singlequoted={lsq}{1?<span class="{1}">}|{1?</span>}{rsq}
-doublequoted={ldq}{1?<span class="{1}">}|{1?</span>}{rdq}
+singlequoted={lsquo}{1?<span class="{1}">}|{1?</span>}{rsquo}
+doublequoted={ldquo}{1?<span class="{1}">}|{1?</span>}{rdquo}
unquoted={1?<span class="{1}">}|{1?</span>}
superscript=<sup>{1?<span class="{1}">}|{1?</span>}</sup>
subscript=<sub>{1?<span class="{1}">}|{1?</span>}</sub>
diff --git a/lang-de.conf b/lang-de.conf
index 498c808..733d9b7 100644
--- a/lang-de.conf
+++ b/lang-de.conf
@@ -5,10 +5,10 @@
[attributes]
# Left and right single and double quote characters.
-lsq=&#8218;
-rsq=&#8216;
-ldq=&#8222;
-rdq=&#8220;
+lsquo=&#8218;
+rsquo=&#8216;
+ldquo=&#8222;
+rdquo=&#8220;
# Captions, used by (X)HTML backends.
# Captions on RHS are displayed in outputs.
diff --git a/lang-ru.conf b/lang-ru.conf
index dfa407c..3c57526 100644
--- a/lang-ru.conf
+++ b/lang-ru.conf
@@ -5,8 +5,8 @@
[attributes]
# Left and right single and double quote characters.
-ldq=&#0171;
-rdq=&#0187;
+ldquo=&#0171;
+rdquo=&#0187;
# Captions, used by (X)HTML backends.
# Captions on RHS are displayed in outputs.
diff --git a/lang-uk.conf b/lang-uk.conf
index 1684f11..cce9df6 100644
--- a/lang-uk.conf
+++ b/lang-uk.conf
@@ -5,8 +5,8 @@
[attributes]
# Left and right single and double quote characters.
-ldq=&#0171;
-rdq=&#0187;
+ldquo=&#0171;
+rdquo=&#0187;
# Captions, used by (X)HTML backends.
# Captions on RHS are displayed in outputs.
diff --git a/xhtml11.conf b/xhtml11.conf
index 1103c95..558fb65 100644
--- a/xhtml11.conf
+++ b/xhtml11.conf
@@ -214,8 +214,8 @@ text=<p>|</p>
emphasis=<em>{1?<span class="{1}">}|{1?</span>}</em>
strong=<strong>{1?<span class="{1}">}|{1?</span>}</strong>
monospaced=<tt>{1?<span class="{1}">}|{1?</span>}</tt>
-singlequoted={lsq}{1?<span class="{1}">}|{1?</span>}{rsq}
-doublequoted={ldq}{1?<span class="{1}">}|{1?</span>}{rdq}
+singlequoted={lsquo}{1?<span class="{1}">}|{1?</span>}{rsquo}
+doublequoted={ldquo}{1?<span class="{1}">}|{1?</span>}{rdquo}
unquoted={1?<span class="{1}">}|{1?</span>}
superscript=<sup>{1?<span class="{1}">}|{1?</span>}</sup>
subscript=<sub>{1?<span class="{1}">}|{1?</span>}</sub>