On 2012-01-03 16:26:44 +0100, Frank Terbeck wrote: > I think the patch below fixes the issue correctly, by restoring LC_ALL > from its parameter along the way with all the other LC_* values zsh > cares about.
I don't understand why zsh has anything to do with environment variables to detect the charset (if I understood correctly). Why not using nl_langinfo(CODESET)? -- Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

