Changeset ad59f9e2 for postlfs


Ignore:
Timestamp:
10/07/2004 06:59:36 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
66af3f8
Parents:
fdc7b924
Message:

Added G_FILENAME_ENCODING environment variable to i18n startup file and lang archive to Vim page, suggested by Alexander E. Patrakov (bug 909).

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

Location:
postlfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/profile.xml

    rfdc7b924 rad59f9e2  
    324324export LC_ALL=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable>
    325325export LANG=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable>
    326 <command>EOF</command></userinput></screen>
    327 
    328 <para>Note: Setting LC_ALL sets the same value for all locale categories. For
     326export G_FILENAME_ENCODING=@locale
     327<command>EOF</command></userinput></screen>
     328
     329<para>The <envar>LC_ALL</envar> variable sets the same value for all locale categories. For
    329330better control, you may prefer to set values individually for all categories
    330331listed in the output of the <command>locale</command> command.</para>
     332
     333<para>The <envar>G_FILENAME_ENCODING</envar> variable tells applications
     334such as <application>Glib</application> and
     335<application><acronym>GTK</acronym>+</application> that filenames are in
     336the default locale encoding and not in <acronym>UTF</acronym>-8 as
     337assumed by default.</para>
    331338</sect3>
    332339
  • postlfs/editors/vim.xml

    rfdc7b924 rad59f9e2  
    5050</sect3>
    5151
     52<sect3><title>Additional downloads</title>
     53<itemizedlist spacing='compact'>
     54<listitem><para>Translated Vim messages <ulink
     55url="http://ftp.at.vim.org/pub/vim/extra/vim-6.3-lang.tar.gz"/>
     56</para></listitem>
     57</itemizedlist></sect3>
     58
    5259<sect3><title><application>Vim</application> dependencies</title>
    5360<sect4><title>Recommended</title>
     
    7885under a different name such as <filename>vi</filename>.</para></note>
    7986
    80 <para>Install <application>Vim</application> by running the following commands:</para>
     87<para>Unpack the translated messages archive if desired and install
     88<application>Vim</application> by running the following commands:</para>
    8189
    8290<screen><userinput><command>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.