[project @ 2005-04-16 05:16:18 by jmb]

Lose \todo

svn path=/import/netsurf/; revision=1649
This commit is contained in:
John Mark Bell 2005-04-16 05:16:18 +00:00
parent d43dc8839e
commit 1da8ee63a3
1 changed files with 0 additions and 3 deletions

View File

@ -131,9 +131,6 @@ char *cnv_str_local_enc(const char *s)
/**
* Converts UTF-8 string <s> of <length> 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)
{