Get pry to display characters like [äöüßÄÖÜß] (utf-8 encoding)? (Possibly Windows-specific issue?)

◇◆丶佛笑我妖孽 提交于 2019-11-30 22:50:10

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!