After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 346396 - It'd be nice if a user could choose TIS-620 character encoding.
It'd be nice if a user could choose TIS-620 character encoding.
Status: RESOLVED FIXED
Product: xchat-gnome
Classification: Other
Component: general
0.11
Other All
: Normal minor
: ---
Assigned To: xchat-gnome maintainers
xchat-gnome maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-02 11:51 UTC by Vee Satayamas
Modified: 2006-07-02 17:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vee Satayamas 2006-07-02 11:51:08 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
 };
Comment 1 David Trowbridge 2006-07-02 17:23:48 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.
Comment 2 Vee Satayamas 2006-07-02 17:29:41 UTC
(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 :-)