bug#4333: 23.1.50; UTF-8 file names in Buffers menu
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
> correctly. There is (just?) the Buffers menu left which still is not able
> to present them correctly: it only shows the sequence of bytes that make
> the UTF-8 encoding. A file name like "äöüßÜÖÖ€" (in UTF-8 encoding the HEX
> sequence of C3 A4 C3 B8 C3 BC C3 9F C3 84 C3 96 C3 9C E2 82 AC) is
> presented as:
> äöüÃ□Ã□Ã□Ã□â□¬
> i.e. it's really not that for what the bytes stand.
IIUC this works correctly if you build with the Gtk tookit rather than
the Athena/Lucid toolkit.
IIRC, I had installed some code to try and make utf-8 work in Lucid
menus, but there were some problems with it so it was taken out.
Stefan