SayoriOS  0.3.3
utf_conversion.h
1 //
2 // Created by maractus on 27.12.23.
3 //
4 
5 #pragma once
6 
7 void utf16_to_utf8(const unsigned short *utf16, int utf16_length, char *utf8);