In tmux's copy mode, I cannot search for a Unicode (non-ASCII) string, tmux just doesn't show (and just ignore) non-ASCII characters in the "Search Up:" prompt!
In ~/.tmux.conf, I have:
setw -g utf8 on
set -g status-utf8 on
set -g mouse-utf8 on
...
And I use
tmux -u
to start tmux (version 1.6) in xterm. (I've also tried this in urxvt and got same result.)
Any suggestions? Is searching with Unicode string supported? Thanks.