From 31eb7ea1017c8d91b386c74a21dc5cb3d17afb14 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 19 Feb 2023 02:53:35 +0900 Subject: Initial commit --- charset.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 charset.conf (limited to 'charset.conf') diff --git a/charset.conf b/charset.conf new file mode 100644 index 0000000..f9c9d46 --- /dev/null +++ b/charset.conf @@ -0,0 +1,18 @@ +# +# weechat -- charset.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use commands like /set or /fset to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart/ +# + +[default] +decode = "iso-8859-1" +encode = "" + +[decode] + +[encode] -- cgit 1.4.1