[haiku-commits] r34150 - haiku/trunk/data/etc

  • From: axeld@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 20 Nov 2009 11:33:13 +0100 (CET)

Author: axeld
Date: 2009-11-20 11:33:13 +0100 (Fri, 20 Nov 2009)
New Revision: 34150
Changeset: http://dev.haiku-os.org/changeset/34150/haiku
Ticket: http://dev.haiku-os.org/ticket/215

Modified:
   haiku/trunk/data/etc/inputrc
Log:
* This more or less fixes bash's UTF-8 support, and closes ticket #215.


Modified: haiku/trunk/data/etc/inputrc
===================================================================
--- haiku/trunk/data/etc/inputrc        2009-11-20 08:14:03 UTC (rev 34149)
+++ haiku/trunk/data/etc/inputrc        2009-11-20 10:33:13 UTC (rev 34150)
@@ -5,3 +5,8 @@
 "\e[3~": delete-char
 "\eO5D": backward-word
 "\eO5C": forward-word
+
+# UTF-8 support
+set meta-flag on
+set output-meta on
+set convert-meta off


Other related posts: