[project @ 2005-04-16 05:16:18 by jmb]
Lose \todo svn path=/import/netsurf/; revision=1649
This commit is contained in:
parent
d43dc8839e
commit
1da8ee63a3
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue