doc: add "locale -a" and command to set $LANG in FAQ

v2.8-utf8proc
Sébastien Helleu 2017-08-19 17:26:53 +02:00
parent a00cbac5c3
commit 0ad49d1529
6 changed files with 23 additions and 8 deletions

View File

@ -105,10 +105,13 @@ werden:
meisten Distributionen nötig - jedoch nicht bei allen): `ldd /path/to/weechat`
* prüfe mit dem Befehl `/plugin`, ob die "charset" Erweiterung geladen ist (falls
dies nicht der Fall sein sollte benötigst Du wahrscheinlich noch das Paket "weechat-plugins")
// TRANSLATION MISSING
* überprüfe die Ausgabe des `/charset` Befehls (im Server-Buffer). Du solltest
für den Terminal _ISO-XXXXXX_ oder _UTF-8_ als Antwort erhalten. Sollte hingegen
_ANSI_X3.4-1968_ oder ein anderer Wert angezeigt werden, ist Deine lokale
Einstellung möglicherweise falsch.
Einstellung möglicherweise falsch. +
To fix your locale, check the installed locales with `locale -a` and set
an appropriate value in $LANG, for example: `export LANG=en_US.UTF-8`.
* Einstellen des globalen decode Wertes, z.B.:
`/set charset.default.decode "ISO-8859-15"`
* Falls Du UTF-8 lokal nutzt:

View File

@ -92,7 +92,9 @@ It's common issue, please read carefully and check *ALL* solutions below:
not, then you probably need the "weechat-plugins" package).
* Check the output of command `/charset` (on core buffer). You should see
_ISO-XXXXXX_ or _UTF-8_ for terminal charset. If you see _ANSI_X3.4-1968_ or
other values, your locale is probably wrong (fix your $LANG).
other values, your locale is probably wrong. +
To fix your locale, check the installed locales with `locale -a` and set
an appropriate value in $LANG, for example: `export LANG=en_US.UTF-8`.
* Setup global decode value, for example:
`/set charset.default.decode "ISO-8859-15"`.
* If you are using UTF-8 locale:

View File

@ -98,7 +98,10 @@ points ci-dessous :
* Vérifiez la sortie de la commande `/charset` (sur le tampon "core"), vous
devriez voir _ISO-XXXXXX_ ou _UTF-8_ pour le charset du terminal. Si vous
voyez _ANSI_X3.4-1968_ ou d'autres valeurs, votre locale est probablement
erronée (corrigez votre $LANG).
erronée. +
Pour corriger votre locale, vérifiez les locales installées avec `locale -a`
et définissez une valeur appropriée pour $LANG, par exemple :
`export LANG=en_US.UTF-8`.
* Affectez la valeur pour le décodage global, par exemple :
`/set charset.default.decode "ISO-8859-15"`.
* Si vous utilisez la locale UTF-8 :

View File

@ -102,10 +102,13 @@ soluzione tra quelle elencate:
necessario su molte distribuzioni ma non tutte): `ldd /path/di/weechat`
* verificare che il plugin "charset" sia caricato con il comando `plugin` (se non
lo è, probabilmente è necessario il pacchetto "weechat-plugins")
// TRANSLATION MISSING
* verificare l'output del comando `/charset` (sul buffer core). Dovrebbero essere
visualizzati _ISO-XXXXXX_ oppure _UTF-8_ per il set caratteri del terminale.
Se invece compaiono _ANSI_X3.4-1968_ o altri valori, il locale probabilmente
non è esatto (correggere la variabile $LANG).
non è esatto. +
To fix your locale, check the installed locales with `locale -a` and set
an appropriate value in $LANG, for example: `export LANG=en_US.UTF-8`.
* impostare il valore di decodifica globale, per esempio:
`/set charset.default.decode = ISO-8859-15`
* se si usa la localizzazione UTF-8:

View File

@ -95,9 +95,11 @@ https://weechat.org/doc
全てではありませんが、ほとんどのディストリビューションで必要です): `ldd /path/to/weechat`
* `/plugin` コマンドで "charset" プラグインがロード済みであることの確認
(ロードされていない場合、"weechat-plugins" パッケージが必要かもしれません)。
// TRANSLATION MISSING
* `/charset` コマンドの出力を確認 (core バッファ上で)。端末の文字セットとして _ISO-XXXXXX_
または _UTF-8_ があるはずです。その他の値がある場合は、ロケールが間違っている可能性があります
($LANG を修正してください)。
または _UTF-8_ があるはずです。その他の値がある場合は、ロケールが間違っている可能性があります。 +
To fix your locale, check the installed locales with `locale -a` and set
an appropriate value in $LANG, for example: `export LANG=en_US.UTF-8`.
* グローバルデコードを設定、例えば:
`/set charset.default.decode "ISO-8859-15"`
* UTF-8 ロケールを使っている場合は:

View File

@ -95,10 +95,12 @@ Jest to częsty problem, przeczytaj i sprawdź *WSZYSTKIE* poniższe rozwiązani
większości dystrybucji ale nie wszystkich): `ldd /ścieżka/do/weechat`
* sprawdź czy wtyczka "charset" jest załadowana za pomocą komendy `/plugin`
(jeśli nie jest, to najprawdopodobniej potrzebujesz pakietu "weechat-plugins")
// TRANSLATION MISSING
* sprawdź wyjście komendy `/charset` (w głównym buforze). Powinieneś zobaczyć
_ISO-XXXXXX_ lub _UTF-8_ dla kodowania terminala. Jeśli widzisz _ANSI_X3.4-1968_
lub inne wartości, twoje ustawienie dla locale najprawdopodobniej jest złe
(napraw swoje $LANG).
lub inne wartości, twoje ustawienie dla locale najprawdopodobniej jest złe. +
To fix your locale, check the installed locales with `locale -a` and set
an appropriate value in $LANG, for example: `export LANG=en_US.UTF-8`.
* ustaw globalną wartość dekodowania, na przykład:
`/set charset.default.decode "ISO-8859-2"`
* jeśli korzystasz z UTF-8: