mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-17 10:00:54 +00:00
6caf1f60c6
This deprecated CharAt and CharCodeAt for being unsuitable for text processing and in the case of CharCodeAt also for being buggy. A new replacement, ByteAt has been added that reads a string byte by byte, as well as CodePointCount, which counts the amount of Unicode code points in a string and GetNextCodePoint which reads the string code point by code point. Note that while this woll work as intended with the currently supported languages as a means to read single characters, there is no guarantee that this will remain so if Unicode support gets extended to things which break the "one code point == one character" assumption. |
||
---|---|---|
.. | ||
search | ||
colorpickermenu.zs | ||
conversationmenu.zs | ||
joystickmenu.zs | ||
listmenu.zs | ||
listmenuitems.zs | ||
loadsavemenu.zs | ||
menu.zs | ||
menuitembase.zs | ||
messagebox.zs | ||
optionmenu.zs | ||
optionmenuitems.zs | ||
playercontrols.zs | ||
playerdisplay.zs | ||
playermenu.zs | ||
readthis.zs | ||
reverbedit.zs | ||
textentermenu.zs | ||
videomenu.zs |