mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
Add unicode_fixup_string() to check & reencode UTF-8 strings
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user