Changeset 3cd5c69 for introduction


Ignore:
Timestamp:
12/29/2005 05:52:18 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
c151abf
Parents:
4833d1a
Message:

Added a caution note to the MC instructions about the UTF-8 related issues

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

Location:
introduction
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/locale-issues.xml

    r4833d1a r3cd5c69  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy:$</othername>
    13     <date>$Date:$</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
     
    3636
    3737      <listitem>
     38        <para><xref linkend="locale-mc"/></para>
     39      </listitem>
     40      <listitem>
    3841        <para><xref linkend="locale-unzip"/></para>
    3942      </listitem>
    4043
    4144    </itemizedlist>
     45
     46    <sect3 id="locale-mc" xreflabel="MC-&mc-version;">
     47
     48      <title><xref linkend="mc"/></title>
     49
     50      <para>This package makes the assumption that <quote>characters</quote>
     51      and <quote>bytes</quote> are the same thing. This is not true in UTF-8
     52      based locales. Due to this assumption <application>MC</application> will
     53      incorrectly position characters on the screen. After the cursor is moved
     54      a bit the screen becomes totally unreadable, as illustrated on
     55      <ulink url="http://anduin.linuxfromscratch.org/files/BLFS/mc-bad.png">this
     56      screenshot</ulink> (taken in a ru_RU.UTF-8 locale). Additionally, input
     57      of non-ASCII characters in the editor is impossible, even after selecting
     58      <quote>Other 8-bit</quote> encoding from the menu.</para>
     59
     60    </sect3>
    4261
    4362    <sect3 id="locale-unzip" xreflabel="UnZip-&unzip-version;">
  • introduction/welcome/changelog.xml

    r4833d1a r3cd5c69  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added a caution note to the MC instructions
     49          about the UTF-8 related issues.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[randy] - Added a caution note to the UnZip instructions
     53          about the locale related issues.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[randy] - Added new section 'Locale Related Issues' to Chapter
    4957          2, 'Important Information', thanks to Alexander Patrakov for
    50           contributing the text for this page.</para>
     58          contributing the text for this page. The page is very incomplete and
     59          many more packages with locale related issues will be added.</para>
    5160        </listitem>
    5261      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.