From 1da8ee63a3da0b1c6715af00e41c8fc7b3598bb0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 16 Apr 2005 05:16:18 +0000 Subject: [project @ 2005-04-16 05:16:18 by jmb] Lose \todo svn path=/import/netsurf/; revision=1649 --- utils/utils.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'utils') diff --git a/utils/utils.c b/utils/utils.c index 04f24efa5..270b43e95 100644 --- a/utils/utils.c +++ b/utils/utils.c @@ -131,9 +131,6 @@ char *cnv_str_local_enc(const char *s) /** * Converts UTF-8 string of bytes to the machine local encoding. * Caller needs to free return value. - * - * \todo: we should use libiconv to support more local encodings instead - * of only ISOLATIN1. */ char *cnv_strn_local_enc(const char *s, int length) { -- cgit v1.2.3