X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/3f09fb9a2389c5c212a70feada3206a3cb523c95..bf797ceadbc70f004bcb0ea463ca568f1e622bfe:/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__ */