From d21512d88c2e24cf8cb230d29fb253fb5efd1661 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 30 Jan 2024 13:36:23 +0200 Subject: Rune lib and __concat for variable libs. --- ReiLua_API.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index eb3f1b5..1db9119 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -3993,10 +3993,9 @@ function RL.GetCodepointNext( text ) end function RL.GetCodepointPrevious( text ) end ---Encode one codepoint into UTF-8 byte array ----- Success return string, int +---- Success return string ---@param codepoint integer ----@return any string ----@return any utf8Size +---@return any string function RL.CodepointToUTF8( codepoint ) end -- Text - Text strings management functions (no UTF-8 strings, only byte chars) -- cgit v1.2.3