Support for charset conversion from any encoding to ASCII.

This commit is contained in:
Vreixo Formoso
2007-12-14 21:42:55 +01:00
parent 115da82c9e
commit 315f1a1717
3 changed files with 161 additions and 0 deletions

View File

@ -13,5 +13,6 @@ extern inline int div_up(int n, int div);
extern inline int round_up(int n, int mul);
int str2ascii(const char *icharset, const char *input, char **output);
#endif /*LIBISO_UTIL_H_*/