summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ReiLua_API.lua')
-rw-r--r--ReiLua_API.lua5
1 files changed, 2 insertions, 3 deletions
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)