mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-14 16:09:27 +01:00
pages/external/irc-utf-8: add /save and explanation.
This commit is contained in:
parent
326989b4e5
commit
65b72d45b6
5
pages/external/irc-utf-8.html
vendored
5
pages/external/irc-utf-8.html
vendored
@ -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 ""
|
||||
/set charset.default.encode "UTF-8"</code></pre>
|
||||
/set charset.default.encode "UTF-8"
|
||||
/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>
|
||||
|
3
pages/external/irc-utf-8.html.md
vendored
3
pages/external/irc-utf-8.html.md
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user