|
Lines 57-75
Link Here
|
| 57 |
<para>Perl and Python have I18N and wide character handling |
57 |
<para>Perl and Python have I18N and wide character handling |
| 58 |
libraries. Please use them for I18N compliance.</para> |
58 |
libraries. Please use them for I18N compliance.</para> |
| 59 |
|
59 |
|
| 60 |
<para>In older FreeBSD versions, |
|
|
| 61 |
Perl may give warnings about not having a wide character locale |
| 62 |
installed on your system. You can set the |
| 63 |
environment variable <envar>LD_PRELOAD</envar> to |
| 64 |
<filename>/usr/lib/libxpg4.so</filename> in your shell.</para> |
| 65 |
|
| 66 |
<para>In <literal>sh</literal>-based shells:</para> |
| 67 |
|
| 68 |
<programlisting><envar>LD_PRELOAD=/usr/lib/libxpg4.so</envar></programlisting> |
| 69 |
|
| 70 |
<para>In <literal>C</literal>-based shells:</para> |
| 71 |
|
| 72 |
<programlisting><envar>setenv LD_PRELOAD /usr/lib/libxpg4.so</envar></programlisting> |
| 73 |
</sect2> |
60 |
</sect2> |
| 74 |
</sect1> |
61 |
</sect1> |
| 75 |
</chapter> |
62 |
</chapter> |