[Python-modules-commits] r12381 - in packages/aafigure/trunk/debian (aafigure.xml changelog)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Mar 25 16:56:42 UTC 2010


    Date: Thursday, March 25, 2010 @ 16:56:35
  Author: jwilk
Revision: 12381

Update the manual page.

Modified:
  packages/aafigure/trunk/debian/aafigure.xml
  packages/aafigure/trunk/debian/changelog

Modified: packages/aafigure/trunk/debian/aafigure.xml
===================================================================
--- packages/aafigure/trunk/debian/aafigure.xml	2010-03-25 15:18:27 UTC (rev 12380)
+++ packages/aafigure/trunk/debian/aafigure.xml	2010-03-25 16:56:35 UTC (rev 12381)
@@ -17,6 +17,7 @@
     </author>
     <copyright>
         <year>2009</year>
+        <year>2010</year>
         <holder>Jakub Wilk</holder>
     </copyright>
     <legalnotice>
@@ -89,6 +90,67 @@
         </listitem>
     </varlistentry>
     <varlistentry>
+        <term><option>-e</option></term>
+        <term><option>--encoding=<replaceable>encoding</replaceable></option></term>
+        <listitem>
+            <para>
+                Set character encoding for input text. The default is ‘<literal>UTF-8</literal>’.
+            </para>
+        </listitem>
+    </varlistentry>
+    <varlistentry>
+        <term><option>-w</option></term>
+        <term><option>--wide-chars=<replaceable>properties</replaceable></option></term>
+        <listitem>
+            <para>
+                Specify which characters should be considered wide. <replaceable>properties</replaceable> is
+                a comma-separated list of <ulink url='http://www.unicode.org/reports/tr11/'>East Asian width</ulink>
+                symbols:
+                <variablelist>
+                <varlistentry>
+                    <term><literal>F</literal></term>
+                    <listitem>
+                        <para>East Asian Fullwidth</para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
+                    <term><literal>H</literal></term>
+                    <listitem>
+                        <para>East Asian Halfwidth</para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
+                    <term><literal>W</literal></term>
+                    <listitem>
+                        <para>East Asian Wide</para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
+                    <term><literal>Na</literal></term>
+                    <listitem>
+                        <para>East Asian Narrow</para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
+                    <term><literal>A</literal></term>
+                    <listitem>
+                        <para>East Asian Ambiguous</para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
+                    <term><literal>N</literal></term>
+                    <listitem>
+                        <para>Neutral (Not East Asian)</para>
+                    </listitem>
+                </varlistentry>
+                </variablelist>
+            </para>
+            <para>
+                The default is ‘<literal>F,W</literal>’.
+            </para>
+        </listitem>
+    </varlistentry>
+    <varlistentry>
         <term><option>-t</option></term>
         <term><option>--type=<replaceable>format</replaceable></option></term>
         <listitem>

Modified: packages/aafigure/trunk/debian/changelog
===================================================================
--- packages/aafigure/trunk/debian/changelog	2010-03-25 15:18:27 UTC (rev 12380)
+++ packages/aafigure/trunk/debian/changelog	2010-03-25 16:56:35 UTC (rev 12381)
@@ -5,6 +5,7 @@
     + Enable font lookup code on non-Linux paltforms.
       [pilhelper-nonlinux.diff]
     + Update debian/copyright.
+    + Update the manual page.
   * Bump standards version to 3.8.4 (no changes needed).
   * Switch to source format 3.0 (quilt).
   * Update my e-mail address.




More information about the Python-modules-commits mailing list