diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-12-26 19:46:12 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-12-26 19:46:12 +0000 |
commit | 94aa662138576c22deef1642b3b2b302ad075a82 (patch) | |
tree | 38766a292ed556718529449133b71b25138df9b8 /chapter06/texinfo.xml | |
parent | 5536f7440f2f4a12782e8d741cbbba5f1c3cfea8 (diff) |
Reverting UTF-8 changes until everything is in place.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/texinfo.xml')
-rw-r--r-- | chapter06/texinfo.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 0a1ff24c7..fc3138517 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -29,14 +29,6 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> <sect2 role="installation"> <title>Installation of Texinfo</title> -<para>The <command>info</command> program makes assumptions such as "a string -occupies the same number of character cells on the screen and bytes in memory" -and "one can break the string anywhere" that are incorrect in UTF-8 locales. -While the patch below is not the proper solution, it at least hides the problem -by falling back to English messages when a multibyte locale is in use:</para> - -<screen><userinput>patch -Np1 -i ../&texinfo-multibyte-patch;</userinput></screen> - <para>Texinfo allows local users to overwrite arbitrary files via a symlink attack on temporary files. Apply the following patch to fix this:</para> |