mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Merge 048ae3ae9a
into 2d36d32da8
This commit is contained in:
commit
84084025b3
10 changed files with 376 additions and 0 deletions
|
@ -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
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue