GNOME Bugzilla – Bug 346396
It'd be nice if a user could choose TIS-620 character encoding.
Last modified: 2006-07-02 17:29:41 UTC
It'd be nice if a user could choose TIS-620 character encoding. TIS-620 is the primary character encoding, which is used by most Thai IRC channel. However TIS-620 is not in the combo box. Hence, to add TIS-620 to the list and/or to allow user to type TIS-620 manually would be nice. Other information: diff -Nuar xchat-gnome-0.11.1/src/fe-gnome/irc-network.c xchat-gnome-0.11.2/src/fe-gnome/irc-network.c --- xchat-gnome-0.11.1/src/fe-gnome/irc-network.c 2006-07-02 10:42:58.000000000 +0000 +++ xchat-gnome-0.11.2/src/fe-gnome/irc-network.c 2006-07-02 10:43:48.000000000 +0000 @@ -40,6 +40,7 @@ N_("CP1251 (Cyrillic)"), N_("CP1256 (Arabic)"), N_("GB18030 (Chinese)"), + N_("TIS-620 (Thai)"), NULL };
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.
(In reply to comment #1) > Fixed in the development version. The fix will be available in the next major > release. Thank you for your bug report. > Thank you so much for fixing this :-)