1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00
This commit is contained in:
Lars Müller 2025-06-27 12:40:09 +07:00 committed by GitHub
commit 84084025b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 376 additions and 0 deletions

View file

@ -11994,6 +11994,23 @@ Functions: bit.tobit, bit.tohex, bit.bnot, bit.band, bit.bor, bit.bxor, bit.lshi
See http://bitop.luajit.org/ for advanced information.
UTF-8 Library
-------------
Constants:
* `utf8.charpattern`
Functions:
* `utf8.char(...)`
* `utf8.codes(s [, lax])`
* `utf8.codepoint(s [, i [, j [, lax]]])`
* `utf8.len(s [, i [, j [, lax]]])`
* `utf8.offset(s, n [, i])`
See [the Lua 5.4 reference manual](https://www.lua.org/manual/5.4/manual.html#6.5) for more information.
Tracy Profiler
--------------