Revert perl utf8 stuff for now.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4412 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2007-02-06 23:06:14 +00:00 committed by exg
commit 9d72e78ccd
3 changed files with 0 additions and 8 deletions

View 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