ejabberd - Comments for "Character set in mod_irc" https://www.ejabberd.im/node/745 en This bug is fixed in the SVN https://www.ejabberd.im/node/745#comment-51449 <p>This bug is fixed in the SVN version.</p> Mon, 10 Dec 2007 14:39:18 +0000 mfoss comment 51449 at https://www.ejabberd.im This improvement is tracked https://www.ejabberd.im/node/745#comment-51447 <p>This improvement is tracked here: <noindex><a href="https://support.process-one.net/browse/EJAB-452" rel="nofollow" >Allow configuration of IRC encoding, and set default to utf-8</a></noindex></p> Mon, 10 Dec 2007 10:47:53 +0000 mfoss comment 51447 at https://www.ejabberd.im in 1.1.4 mod_irc.erl still https://www.ejabberd.im/node/745#comment-51446 <p>in 1.1.4 mod_irc.erl still uses <code>-define(DEFAULT_IRC_ENCODING, &quot;koi8-r&quot;).</code><br /> Changing this was the only way for me that finally gave me umlauts.<br /> (I also tried <code>{default_encoding, &quot;utf-8&quot;}</code> and <code>{&quot;irc.freenode.net&quot;,&quot;utf-8&quot;}</code> in ejabberd.cfg which didn't work)<br /> Please make the charset settable without having to recompile the code; or at least set it to utf-8 as default which is xmpp standard.</p> Mon, 10 Dec 2007 03:20:11 +0000 rigid comment 51446 at https://www.ejabberd.im Thanks for the patch. I will https://www.ejabberd.im/node/745#comment-1623 <p>Thanks for the patch.<br /> I will try this out on a server running Debain/testing. Should not be to big deal to rebuild ejabberd on it.<br /> --<br /> Debian is all I need.</p> Thu, 27 Apr 2006 16:28:14 +0000 Jxn comment 1623 at https://www.ejabberd.im Not on 1.1.0. Try this patch https://www.ejabberd.im/node/745#comment-1605 <p>No, they are not related to default encoding.</p> <p>Check this bug report: <noindex><a href="http://www.jabber.ru/bugzilla/show_bug.cgi?id=131" rel="nofollow" >Add option for locale in mod_irc</a></noindex>. There's a patch, can you try it to verify if it really works?</p> <p>If you use a precompiled package and can't patch and recompile the sources, you can use this <noindex><a href="/files/badlop/mod_irc.beam" rel="nofollow" >mod_irc.beam</a></noindex> (it probably requires ejabberd 1.1.0 and Erlang R10B).</p> Wed, 26 Apr 2006 09:44:07 +0000 mfoss comment 1605 at https://www.ejabberd.im I couldn't see if the new https://www.ejabberd.im/node/745#comment-1603 <p>I couldn't see if the new release has got any fixes for this issue from release notes or <noindex><a href="https://support.process-one.net//browse/EJAB-48" title="https://support.process-one.net//browse/EJAB-48" rel="nofollow" >https://support.process-one.net//browse/EJAB-48</a></noindex> (IRC Gateway improvements).</p> <p>So, anyone that has tried, still an issue?</p> Tue, 25 Apr 2006 16:23:06 +0000 Jxn comment 1603 at https://www.ejabberd.im You can change this setting https://www.ejabberd.im/node/745#comment-1542 <p>You can change this setting as an end-user by going in Coccinella to the disco tabblad, then right click on the mod_irc component and select Register.</p> <p>Changing the default setting for all users is currently only possible by editing the source code and recompiling the module. I just send Alexey a reminder about it. :o)</p> <blockquote><p> [03:41] &lt;stian&gt; anyone know how I can change default encoding on irc transport to utf-8 ?<br /> [03:42] &lt;stian&gt; it is koi8-r or something pr default I think<br /> [03:42] &lt;stian&gt; would be very xtremely cool to change this default<br /> [03:43] &lt;aleksey&gt; inside mod_irc_connection.erl<br /> [03:43] &lt;aleksey&gt; oops<br /> [03:43] &lt;aleksey&gt; just mod_irc.erl<br /> [03:44] &lt;aleksey&gt; -define(DEFAULT_IRC_ENCODING, "koi8-r").<br /> [03:44] &lt;stian&gt; need to change this before I compile and install right?<br /> [03:45] &lt;stian&gt; pretty please make this option configurable for next release ;)<br /> [03:45] &lt;aleksey&gt; i'll try to not forget :)</p></blockquote> <p>--<br /> sander</p> Wed, 05 Apr 2006 14:20:55 +0000 sander comment 1542 at https://www.ejabberd.im