codepoint-to-utf8 ( codepoint byteSize -- c-string )


Vocabulary
raylib

Inputs
codepointan int
byteSizea pointer to a int


Outputs
c-stringa c-string


Word description
Encode one codepoint into UTF-8 byte array (array length returned as parameter)

Definition


LIBRARY: raylib FUNCTION-ALIAS: codepoint-to-utf8 c-string
CodepointToUTF8 ( int codepoint, int* byteSize )