Display incoming UTF-8 natively, convert only outgoing to ISO-8859-1

- Stop converting incoming text to ISO-8859-1 for display
- Terminal is UTF-8, so pass through directly (åäö, Cyrillic, etc.)
- Keep ISO-8859-1 conversion only for outgoing messages
- Add irc.log to .gitignore
This commit is contained in:
2026-04-29 12:34:55 +02:00
parent 12a9127af8
commit 354f0eb8e9
4 changed files with 9 additions and 36 deletions
+2
View File
@@ -1,2 +1,4 @@
*.o
irc
irc.log
chartest