I'm using OS-X (10.10.5) and rbenv (1.0.0) Ruby (2.2.4p230) and Fish Shell (2.2.0).
When I type non ASCII characters in irb
they are automatically escaped.
max@MaxBook ~/p/sandbox> echo "Ö"
Ö
max@MaxBook ~/p/sandbox> irb
irb(main):001:0> \U+FFC3\U+FFB6
I though at first this could be a problem with the shell or my Terminal settings but it only happens in IRB. Changing shells or ruby versions does not effect it.
I did not have this problem on my previous laptop which had an almost identical configuration. What is going on here?