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

@ -36,5 +36,6 @@
#define ISO_FILE_IS_NOT_DIR -108
#define ISO_FILE_IS_NOT_SYMLINK -109
#define ISO_CHARSET_CONV_ERROR -150
#endif /*LIBISO_ERROR_H_*/