# /etc/inputrc - global inputrc for libreadline
# See readline(3readline) and `info readline' for more information.

# This allows iso-latin1 characters to be inserted directly, but requires
# you to use Esc-<char> instead of M-<char>.
# set convert-meta off

# Be 8 bit clean.
set input-meta on
set output-meta on
