On Воскресенье 07 декабря 2008 23:10:29 Maurí­cio wrote: > Hi, > > Is there some zsh-specific way to enter utf-8 > characters? Or should I rely on my terminal to > do that (xterm, mlterm etc.)? > You can use insert-composed-char ZLE function; see man zshcontrib. Otherwise there are good chances that it will just work when you enter multibyte characters using OS supplied means. Keep in mind that zsh will use whatever encoding is set by current locale; it does not convert to UTF-8 internally.