]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - Plugson/src/Core/ventoy_util.h
Fix the "Unsupported vtoy type unknown" error when boot a VDI file created by Virtual...
[Ventoy.git] / Plugson / src / Core / ventoy_util.h
index 0ca1632d7eb5eea4d5a33aa45e8041ad0fb5dbc4..769c42fd94b6a794e81a0cd6bf033bc0b5ed247e 100644 (file)
@@ -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__ */