mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
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:
parent
67e5a315b0
commit
9d72e78ccd
3 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue