Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / src / perl / common / Settings.xs
index a9bdd11df936b075d34fe2abcdf6ab05575eb3a8..dc5507cf8562b4ef22ec3f9f54a3e4730a45a440 100644 (file)
@@ -1,6 +1,5 @@
 #include "module.h"
 #include "misc.h"
-#include "recode.h"
 
 static GHashTable *perl_settings;
 
@@ -77,8 +76,6 @@ PREINIT:
 CODE:
        str = settings_get_str(key);
        RETVAL = new_pv(str);
-       if (is_utf8())
-               SvUTF8_on(RETVAL);
 OUTPUT:
        RETVAL