Table of contents
Namespace: Com\Tecnick\Unicode\Substitution
Final: Yes
File: Thai.php line 38
Thai codepoints are returned unchanged.
Thai preposed vowels (sara E, sara AE, sara O, sara AI) are stored before the consonant they follow in pronunciation and are displayed in that same position, so a left-to-right glyph stream needs no reordering.
Tags
- since: 2026-04-30
- category: Library
- author: Nicola Asuni info@tecnick.com
- copyright: 2011-2026 Nicola Asuni - Tecnick.com LTD
- license: https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
- link: https://github.com/tecnickcom/tc-lib-unicode
Methods
__construct()
File: Thai.php line 50
public __construct(array<int, int> $ordarr) : mixed
Parameters
- $ordarr : array<int, int>: Array of Unicode codepoints.
getOrdarr()
File: Thai.php line 60
public getOrdarr() : array<int, int>
Return values
array<int, int>