|
@@ -55,13 +55,19 @@ addressed upstream. The following patch fixes the problems:</para>
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
|
|
|
|
|
|
-<para>The optional but highly recommended
|
|
|
-<parameter>--enable-multibyte</parameter> switch includes support for
|
|
|
-editing files in multibyte character encodings into
|
|
|
-<command>vim</command>. This is needed if using a locale with
|
|
|
-a multibyte character set. This switch is also helpful to be able to
|
|
|
-edit text files initially created in Linux distributions like Fedora
|
|
|
-Core that use UTF-8 as a default character set.</para>
|
|
|
+<para>The meaning of the configure options:</para>
|
|
|
+
|
|
|
+<variablelist>
|
|
|
+<varlistentry>
|
|
|
+<term><parameter>--enable-multibyte</parameter></term>
|
|
|
+<listitem><para>This optional but highly recommended switch enables support for
|
|
|
+editing files in multibyte character encodings. This is needed if using a
|
|
|
+locale with a multibyte character set. This switch is also helpful to be able to
|
|
|
+edit text files initially created in Linux distributions like Fedora Core that
|
|
|
+use UTF-8 as a default character set.</para>
|
|
|
+</listitem>
|
|
|
+</varlistentry>
|
|
|
+</variablelist>
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|