Changeset 1ad30c22


Ignore:
Timestamp:
03/07/2008 11:57:13 PM (16 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d4bf650a
Parents:
2a0dbb1e
Message:

Added a patch to Links browser to fix UTF-8 issues

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7214 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/links.xml

    r2a0dbb1e r1ad30c22  
    3535    and has many other features.</para>
    3636   
    37     <caution>
    38       <para>In the text mode, <application>Links</application> cannot be
    39       configured to use UTF-8 encoding for the terminal output. This
     37    <bridgehead renderas="sect3">Package Information</bridgehead>
     38    <itemizedlist spacing="compact">
     39      <listitem>
     40        <para>Download (HTTP): <ulink url="&links-download-http;"/></para>
     41      </listitem>
     42      <listitem>
     43        <para>Download (FTP): <ulink url="&links-download-ftp;"/></para>
     44      </listitem>
     45      <listitem>
     46        <para>Download MD5 sum: &links-md5sum;</para>
     47      </listitem>
     48      <listitem>
     49        <para>Download size: &links-size;</para>
     50      </listitem>
     51      <listitem>
     52        <para>Estimated disk space required: &links-buildsize;</para>
     53      </listitem>
     54      <listitem>
     55        <para>Estimated build time: &links-time;</para>
     56      </listitem>
     57    </itemizedlist>
     58
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <itemizedlist spacing='compact'>
     61      <listitem>
     62        <para>Recommended patch: <ulink
     63          url="&gentoo-ftp-repo;/links-&Links-version;-utf8.diff.bz2"/></para>
     64      </listitem>
     65    </itemizedlist>
     66
     67    <bridgehead renderas="sect3">Do I Need the Patch and Do I Have to Enable
     68    Graphics Support?</bridgehead>
     69
     70      <para>In text mode, <application>Links</application> cannot be
     71      configured to use UTF-8 encoding for the terminal input/output. This
    4072      limitation renders <application>Links</application> useless as a
    4173      text-based browser in UTF-8 locales. See general discussion of this
    4274      type of issue in the <xref linkend="locale-not-valid-option"/> section
    43       on the <xref linkend="locale-issues"/> page.</para>
    44 
    45       <para>In the graphical mode,
     75      on the <xref linkend="locale-issues"/> page.
     76      The patch fixes all these issues with an exception of Chinese locale,
     77      when there isn't an available character set.
     78      Note: You have to check the "UTF-8 I/O" box in "Terminal options" and
     79      set the character set (probably an 8-bit) in the Setup menu.
     80      </para>
     81
     82      <para>In graphical mode,
    4683      <application>Links</application> displays text correctly even in
    4784      UTF-8 locales, if all characters exist in the built-in font used by
     
    4986      is handled correctly when running in X11-based (but not framebuffer-based)
    5087      graphical mode.</para>
    51     </caution>
    52 
    53     <bridgehead renderas="sect3">Package Information</bridgehead>
    54     <itemizedlist spacing="compact">
    55       <listitem>
    56         <para>Download (HTTP): <ulink url="&links-download-http;"/></para>
    57       </listitem>
    58       <listitem>
    59         <para>Download (FTP): <ulink url="&links-download-ftp;"/></para>
    60       </listitem>
    61       <listitem>
    62         <para>Download MD5 sum: &links-md5sum;</para>
    63       </listitem>
    64       <listitem>
    65         <para>Download size: &links-size;</para>
    66       </listitem>
    67       <listitem>
    68         <para>Estimated disk space required: &links-buildsize;</para>
    69       </listitem>
    70       <listitem>
    71         <para>Estimated build time: &links-time;</para>
    72       </listitem>
    73     </itemizedlist>
    7488
    7589    <bridgehead renderas="sect3">Links Dependencies</bridgehead>
     
    96110  <sect2 role="installation">
    97111    <title>Installation of Links</title>
    98 
    99     <para>Install <application>Links</application> by running the following
     112   
     113   <para>If desired, apply the patch:</para>
     114
     115<screen><userinput>bzcat ../links-&Links-version;-utf8.diff.bz2 | patch -p1 &amp;&amp;
     116cd intl &amp;&amp;
     117./gen-intl &amp;&amp; ./synclang &amp;&amp;
     118cd ..
     119</userinput></screen>
     120   
     121   <para>Install <application>Links</application> by running the following
    100122    commands:</para>
    101123
    102 <screen><userinput>./configure --prefix=/usr --enable-graphics &amp;&amp;
     124<screen><userinput>./configure --prefix=/usr &amp;&amp;
    103125make</userinput></screen>
    104126
     
    116138  <sect2 role="commands">
    117139    <title>Command Explanations</title>
    118 
     140   
     141    <para><command>./gen-intl &amp;&amp; ./synclang</command>: These commands
     142    regenerate the language table.</para>
     143   
    119144    <para><option>--enable-graphics</option>: This switch enables support
    120145    for graphics mode. You will either need to install the
  • introduction/welcome/changelog.xml

    r2a0dbb1e r1ad30c22  
    4545      <para>March 8th, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ag] - Added a patch to fix the UTF-8 related issues in Links.
     49          </para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Fixed problem with netfs bootscript boot procedure.</para>
Note: See TracChangeset for help on using the changeset viewer.