CodepointToUTF8 abstract method

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

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

Implementation

(String text, int size) CodepointToUTF8(
  num codepoint,
);