Add unicode_fixup_string() to check & reencode UTF-8 strings

This commit is contained in:
Julien BLACHE
2010-06-21 17:50:09 +02:00
parent 9186ebaa89
commit da0c10a392
2 changed files with 32 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ safe_hextou64(const char *str, uint64_t *val);
char *
m_realpath(const char *pathname);
char *
unicode_fixup_string(char *str);
uint32_t
djb_hash(void *data, size_t len);