diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-03 15:07:19 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-03 15:07:19 +0200 |
commit | aecd0cc4d7728c827bd7c2c69984478baf9c88cc (patch) | |
tree | 4bd27e940887bd712f09ce56c3fcfa8c062967bd | |
parent | d51626c67bc918e1c73ae44346efcd00b6a465cd (diff) | |
download | weechat-aecd0cc4d7728c827bd7c2c69984478baf9c88cc.zip |
Fix typo in FAQ
-rw-r--r-- | FAQ | 6 | ||||
-rw-r--r-- | FAQ.fr | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -WeeChat FAQ, 2009-04-19 +WeeChat FAQ, 2009-05-03 ======================= 1 - General @@ -80,8 +80,8 @@ For versions >= 0.2.3: - check that "Charset" plugin is loaded with /plugin command (if it is not, then you probably need "weechat-plugins" package) - check charset line (on server buffer), you should see ISO-XXXXXX or UTF-8 - for terminal charset. If you see ANSI_X3.4-1968 or other values, probably - your locale is wrong. + for terminal charset. If you see ANSI_X3.4-1968 or other values, your locale + is probably wrong. - setup global decode value, for example: with WeeChat <= 0.2.6: /setp charset.global.decode = ISO-8859-15 @@ -1,4 +1,4 @@ -WeeChat FAQ, 2009-04-19 +WeeChat FAQ, 2009-05-03 ======================= 1 - Général |