X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Futf8.c;h=8a7cf38a346da35e4c60a07cbc57e3de71a0fe06;hb=d6c82d7b5f5b2adecc6dafe60f0f6c0bec663a8e;hp=a0ec0039199615b32b3390437511ff9021ebab2b;hpb=fc362fc531e0ffc898c784e09f097327f5814289;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/utf8.c b/src/src/utf8.c index a0ec00391..8a7cf38a3 100644 --- a/src/src/utf8.c +++ b/src/src/utf8.c @@ -127,7 +127,7 @@ if ((rc = punycode_decode(p_len, CCS alabel+4, &p_len, p, NULL)) != PUNYCODE_SUC return NULL; } -s = stringprep_ucs4_to_utf8(p, p_len, NULL, &p_len); +s = US stringprep_ucs4_to_utf8(p, p_len, NULL, &p_len); res = string_copyn(s, p_len); free(s); return res;