Hi! On Fri, Jun 05, 2009 at 01:22:23AM -0600, Nicholas Marriott wrote: >CVSROOT: /cvs >Module name: src >Changes by: n...@cvs.openbsd.org 2009/06/05 01:22:23
>Modified files: > usr.bin/tmux : tmux.c >Log message: >Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when >trying to decide about UTF-8, and use strcasestr. Reported by Geert Hendrickx. Shouldn't it be first LC_ALL, then LC_CTYPE, then LANG? IIRC LC_ALL overrides all other LC_* (and these override LANG *for a specific category). Kind regards, Hannah.