OSDN Git Service

* faq-using.xml (faq.using.unicode): Remove old examples.
authorcorinna <corinna>
Wed, 17 Mar 2010 10:12:32 +0000 (10:12 +0000)
committercorinna <corinna>
Wed, 17 Mar 2010 10:12:32 +0000 (10:12 +0000)
winsup/doc/ChangeLog
winsup/doc/faq-using.xml

index 0b029ef..8f0d84a 100644 (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.
index ab792a5..d8fbcf3 100644 (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">