summaryrefslogtreecommitdiff
path: root/src/core/recode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/recode.c')
-rw-r--r--src/core/recode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/recode.c b/src/core/recode.c
index 77ae10c5..0b1895c9 100644
--- a/src/core/recode.c
+++ b/src/core/recode.c
@@ -122,14 +122,14 @@ char *recode_in(const SERVER_REC *server, const char *str, const char *target)
return g_strdup(str);
else
from = "UTF-8";
-
+
else {
from = find_conversion(server, target);
}
if (translit && !is_translit(to))
to = translit_to = g_strconcat(to, "//TRANSLIT", NULL);
-
+
if (from)
recoded = g_convert_with_fallback(str, len, to, from, NULL, NULL, NULL, NULL);
@@ -200,6 +200,6 @@ void recode_init(void)
}
void recode_deinit(void)
-{
+{
}