Difference between revisions of "Utf8"
Line 2: | Line 2: | ||
'''Supported platforms:''' <br/> | '''Supported platforms:''' <br/> | ||
'''Available since:''' Gideros 2016.06<br/> | '''Available since:''' Gideros 2016.06<br/> | ||
− | === Description === | + | === <translate>Description</translate> === |
<translate>utf8 string library</translate> | <translate>utf8 string library</translate> | ||
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === Methods === | + | === <translate>Methods</translate> === |
[[Special:MyLanguage/utf8.byte|utf8.byte]] ''<translate>Returns the internal numerical codes of the characters</translate>''<br/> | [[Special:MyLanguage/utf8.byte|utf8.byte]] ''<translate>Returns the internal numerical codes of the characters</translate>''<br/> | ||
[[Special:MyLanguage/utf8.char|utf8.char]] ''<translate>Returns a string from integers as characters</translate>''<br/> | [[Special:MyLanguage/utf8.char|utf8.char]] ''<translate>Returns a string from integers as characters</translate>''<br/> | ||
Line 32: | Line 32: | ||
[[Special:MyLanguage/utf8.widthindex|utf8.widthindex]] ''<translate>Return the character index at given location in string s.</translate>''<br/> | [[Special:MyLanguage/utf8.widthindex|utf8.widthindex]] ''<translate>Return the character index at given location in string s.</translate>''<br/> | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === Events === | + | === <translate>Events</translate> === |
− | === Constants === | + | === <translate>Constants</translate> === |
[[Special:MyLanguage/utf8.charpattern|utf8.charpattern]]<br/> | [[Special:MyLanguage/utf8.charpattern|utf8.charpattern]]<br/> | ||
|} | |} |
Revision as of 07:29, 24 August 2018
Supported platforms:
Available since: Gideros 2016.06
Description
utf8 string library
Methodsutf8.byte Returns the internal numerical codes of the characters |
EventsConstants |