Cannot autocomplete directory name using UTF-8 char
By leuteu... on September 11, 2010 19:17 (imported from Google Code)
iTerm2 fails to work correctly with UTF-8 characters.
All settings being default, except for the fonts which are DejaVu Sans Mono.
$ mkdir héhé
$ cd h<TAB><TAB>
he'he'/
$ cd héhé
/Users/me/héhé
Here, I was expecting iTerm2 to autocomplete and display the directory's name.
Adding the following commands to ~/.inputrc doesn't change anything
$ set meta-flag on
$ set input-meta on
$ set output-meta on
$ set convert-meta off
Terminal.app gives the following result :
$ mkdir héhé
$ cd h<TAB><TAB>
héhé