Cleanup information that is no longer actual and does not need replacement.

PR:		125861
Submitted by:	gavin
This commit is contained in:
Remko Lodder 2008-07-22 16:46:34 +00:00
parent 842fedffb2
commit eb4bf0ee8d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32558

View file

@ -56,20 +56,6 @@
<para>Perl and Python have I18N and wide character handling
libraries. Please use them for I18N compliance.</para>
<para>In older FreeBSD versions,
Perl may give warnings about not having a wide character locale
installed on your system. You can set the
environment variable <envar>LD_PRELOAD</envar> to
<filename>/usr/lib/libxpg4.so</filename> in your shell.</para>
<para>In <literal>sh</literal>-based shells:</para>
<programlisting><envar>LD_PRELOAD=/usr/lib/libxpg4.so</envar></programlisting>
<para>In <literal>C</literal>-based shells:</para>
<programlisting><envar>setenv LD_PRELOAD /usr/lib/libxpg4.so</envar></programlisting>
</sect2>
</sect1>
</chapter>