CodepointToUTF8 function

(String, int) CodepointToUTF8(
  1. num codepoint
)

Implementation

(String text, int size) CodepointToUTF8(
  num codepoint,
) => _module.CodepointToUTF8(codepoint);