CodepointToUTF8 method

Pointer<Char> CodepointToUTF8(
  1. int codepoint,
  2. Pointer<Int> utf8Size
)

Implementation

Pointer<Char> CodepointToUTF8(int codepoint, Pointer<Int> utf8Size) {
  return _CodepointToUTF8(codepoint, utf8Size);
}