Searched refs:codepoint_to_utf8 (Results 1 – 1 of 1) sorted by relevance
167 local function codepoint_to_utf8(n) function189 return codepoint_to_utf8((n1 - 0xd800) * 0x400 + (n2 - 0xdc00) + 0x10000)191 return codepoint_to_utf8(n1)