[All the scripts I\'m working with with these German characters are in UTF-8 themselves, have #encoding: utf-8
at the top (and Encoding.external_defau
I know that if you install Ruby
with readline
support, then you doesn't have this problem. To do so you will need something like this if you are using rbenv
(with ruby-build):
RUBY_CONFIGURE_OPTS="--with-readline-dir=`brew --prefix readline`" rbenv install 1.9.3
I don't know if there are other solutions though.