diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2008-02-27 12:11:26 +0100 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2008-03-07 14:15:21 +0100 |
commit | 1d4b4d81cc418ac7a160bba8d79411e9af765dbe (patch) | |
tree | f9fbdf8819634df56af6917fd0cb36c07d7066d0 | |
parent | 59e42bfbcc54d3f7a1aa05ad031179dd830f3be0 (diff) |
La fin des problèmes liés au caractères UNICODE !! :)
-rw-r--r-- | 20_Options.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/20_Options.zsh b/20_Options.zsh index ca0fb85..f694bdf 100644 --- a/20_Options.zsh +++ b/20_Options.zsh @@ -75,3 +75,6 @@ unsetopt Prompt_Cr setopt Auto_Pushd setopt Pushd_Ignore_Dups setopt Glob + +## Gestion de l'UTF-8 !! +setopt MultiByte |