Hongzheng Wang <[EMAIL PROTECTED]> writes: > Hello, > > It is not a bug indeed. For the emacs of main branch, you may need the > mule-ucs package to enable the full utf-8 support. Alternatively, you > can try the emacs of unicode branch, namely, emacs 23 and it has a very > good default utf-8 support built-in.
Hi, Sorry for the late reply. I made things works with 21.4a and LANG=fr_FR.UTF-8, but I think fr_FR.UTF-8 is not so far. Here is my emacs setup: (set-language-environment "UTF-8") (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8) Within urxvt (you need an unicode terminal!): echo test > é Emacs can see "é" and can input it as well without any problem. Also, I created "~/té/d/a" with mkdir -p ~/té/d/a within uxrvt and Emacs could read it fine. Could you please test this? Thanks. -- Jérôme Marant

