X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/9da5a6ce65397e90d4f51e5b5a41458301fadcd7..44ff3dd8d4bd8152368e6d2da8b8ff3feabfbca6:/Plugson/src/Core/ventoy_util.h diff --git a/Plugson/src/Core/ventoy_util.h b/Plugson/src/Core/ventoy_util.h index 0ca1632..769c42f 100644 --- a/Plugson/src/Core/ventoy_util.h +++ b/Plugson/src/Core/ventoy_util.h @@ -200,6 +200,7 @@ extern int g_unxz_len; void unxz_error(char *x); int unxz_flush(void *src, unsigned int size); char * ventoy_base64_encode(const char *data, int input_length, int *output_length); +size_t utf8_to_utf16(const unsigned char * utf8, size_t utf8_len, unsigned short* utf16, size_t utf16_len); #endif /* __VENTOY_UTIL_H__ */