> Are you sure that this hasn't been fixed? > It should only be giving > you German if the charset is UTF-8, and then it is using $'\u00e4'.
LANG=de_DE.UTF-8 XTERM_LOCALE=de_DE.UTF-8 % zsh --version zsh 4.3.10 (i686-pc-linux-gnu) % cut -- ... --complement -- das Komplement der Menge der gew$'u00e4'hlten Bytes, Zeichen oder Felder bilden ... The constructs $'\u00e4' and $'\\u00e4' are working in the command line % echo $'\u00e4' รค but obviously NOT in the completion file as already mentioned 12 Dec 2007. -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

