Known problems
--------------
 
This version of bash/readline supports multi byte handling
that is e.g. wide character support for UTF-8.  This cause
problems in geting the current cursor position within the
readline runtime library:
 
bash-2.05b> LANG=ja_JP
bash-2.05b> echo -n "Hello"
bash-2.05b>
 
in other words the prompt overwrites the output of the
echo comand.  The boolean variable byte-oriented
set in /etc/inputrc or $HOME/.inputrc avoids this
but disable multi byte handling.
 
