* faq-using.xml (faq.using.unicode): Remove old examples.

This commit is contained in:
Corinna Vinschen 2010-03-17 10:12:32 +00:00
parent cef5dfd75a
commit a24d322c76
2 changed files with 4 additions and 25 deletions

View File

@ -1,3 +1,7 @@
2010-03-17 Corinna Vinschen <corinna@vinschen.de>
* faq-using.xml (faq.using.unicode): Remove old examples.
2010-03-12 Corinna Vinschen <corinna@vinschen.de>
* effectively.sgml (using-shortcuts): Match chapter with reality.

View File

@ -364,31 +364,6 @@ section <ulink url="http://cygwin.com/cygwin-ug-net/setup-locale.html">Internati
<para> Cygwin uses UTF-8 by default. To use a different character set, you
need to set the LC_ALL, LC_CTYPE or LANG environment variables.</para>
<para>To type international characters (&pound;&auml;&ouml;) in
<literal>bash</literal>, check if the following settings are available in
your <literal>bash</literal>, and if not, add them to your
<literal>~/.inputrc</literal> file and restart <literal>bash</literal>:
</para>
<screen>
set meta-flag on
set convert-meta off
set output-meta on
set input-meta on
</screen>
<para>These are options to the <literal>readline</literal> library, which
you can read about in the <literal>bash(1)</literal> and
<literal>readline(3)</literal> man pages. Other tools that do not use
<literal>readline</literal> for display, such as <literal>less</literal>
and <literal>ls</literal>, might require additional settings for doublebyte
or multibyte charsets, which could be put
in your <literal>~/.bashrc</literal>, for instance:
<screen>
alias less='/bin/less -r'
alias ls='/bin/ls -F --color=tty --show-control-chars'
</screen>
</para>
</answer></qandaentry>
<qandaentry id="faq.using.weirdchars">