mirror of
https://github.com/wiiu-env/libgui.git
synced 2025-01-12 08:19:07 +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++] = (char) ((wc & 0x3F) | 0x80);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
pOut[n] = '\0';
|
||||||
return pOut;
|
return pOut;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user