Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'What about zsh?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
What about zsh?
Authored by: sapporo on Jun 14, '03 06:15:49AM

I'm running zsh 4.0.6-1 via fink, and I want proper UTF-8 support too! Anyone know how?

TIA,
-sapporo.



[ Reply to This | # ]
What about zsh?
Authored by: santin on Jun 15, '03 06:36:14PM

Add the following to your .zshrc

setopt printeightbit

It's not perfect, but it helps a bit...

Also, you should use the following flags for ls

--show-control-chars (for GNU ls)
-v (for BSD ls)


[ Reply to This | # ]