pages/external/irc-utf-8: add /save and explanation.

This commit is contained in:
Mikaela Suomalainen 2014-06-19 11:54:17 +03:00
parent 326989b4e5
commit 65b72d45b6
2 changed files with 7 additions and 1 deletions

View File

@ -63,13 +63,16 @@ UTF-8 in IRC
<li>Sets terminal charset.</li>
<li>Sets outgoing charset as UTF-8.</li>
<li>Disables fallback when received messages aren't UTF-8.</li>
<li>Saves irssi config.</li>
</ol>
<h3 id="weechat">WeeChat</h3>
<pre><code>/set charset.default.decode &quot;&quot;
/set charset.default.encode &quot;UTF-8&quot;</code></pre>
/set charset.default.encode &quot;UTF-8&quot;
/save</code></pre>
<ol class="incremental" style="list-style-type: decimal">
<li>Stops decoding/fallbacking to other charsets than what we send.</li>
<li>Send UTF-8.</li>
<li>Saves WeeChat config files.</li>
</ol>
<h3 id="xchat">XChat</h3>
<p><strong>XChat defaults to weird charset that claims to be UTF-8 and confuses users as in reality it's not UTF-8!</strong></p>

View File

@ -66,16 +66,19 @@ so these are untested and I wish someone will verify me that these work.
1. Sets terminal charset.
2. Sets outgoing charset as UTF-8.
3. Disables fallback when received messages aren't UTF-8.
4. Saves irssi config.
### WeeChat
```
/set charset.default.decode ""
/set charset.default.encode "UTF-8"
/save
```
1. Stops decoding/fallbacking to other charsets than what we send.
2. Send UTF-8.
3. Saves WeeChat config files.
### XChat