mirror of
https://github.com/wiiu-env/libgui.git
synced 2024-12-24 15:21:50 +01:00
Fix toUTF8
in FreeTypeGX
This commit is contained in:
parent
e6b07f9e67
commit
92cd5c34fc
@ -132,6 +132,7 @@ char *FreeTypeGX::wideCharToUTF8(const wchar_t *strChar) {
|
||||
pOut[n++] = (char) ((wc & 0x3F) | 0x80);
|
||||
}
|
||||
}
|
||||
pOut[n] = '\0';
|
||||
return pOut;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user