CodepointToUTF8
// Convert a codepoint (e.g. 'A' = 65) back to a UTF-8 string s = raylib.CodepointToUTF8(65) print s // "A" s2 = raylib.CodepointToUTF8(9829) // ♥ print s2
There was an error while loading. Please reload this page.