(Repost from comp.emacs.xemacs)
Sometimes I have to use xemacs/gnuclient via putty under windows.
And I have no idea how to set xemacs to properly enter & display
polish characters (zażółć gęślą jaźń)
locales on host machine are set to pl_PL.utf-8
I tried to do something like:
(add-hook 'create-console-hook '(lambda (con) (when (eq
(device-type (car (console-device-list con))) 'tty)
(set-input-mode t nil 1 nil con)
(set-console-tty-coding-system con 'utf-8)
(set-console-tty-input-coding-system con 'utf-8)
)))
but no success :(
KJ
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta