Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-03-17 13:12:32 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-03-17 13:12:32 +0300
commita24d322c7670120fb8ac90fe8f1e40574534b45d (patch)
treeedebe8595e68a6d147fe4d3c81604dcb4bea4d57
parentcef5dfd75aca85d5fd3996d387cfee5a28b467c7 (diff)
* faq-using.xml (faq.using.unicode): Remove old examples.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/faq-using.xml25
2 files changed, 4 insertions, 25 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 0b029ef00..8f0d84ad9 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -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.
diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml
index ab792a5df..d8fbcf382 100644
--- a/winsup/doc/faq-using.xml
+++ b/winsup/doc/faq-using.xml
@@ -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">