Table of contents
Namespace: Com\Tecnick\Unicode\Data
Final: Yes
File: ScriptRanges.php line 37
Unicode codepoint ranges used to detect which scripts are present in a codepoint array. Each entry is [firstCodepoint, lastCodepoint].
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
Constants
BENGALI
File: ScriptRanges.php line 58
public array{int, int} BENGALI = [0x980, 0x9ff]
DEVANAGARI
File: ScriptRanges.php line 51
public array{int, int} DEVANAGARI = [0x900, 0x97f]
HANGUL_JAMO
File: ScriptRanges.php line 65
public array{int, int} HANGUL_JAMO = [0x1100, 0x11ff]
HANGUL_JAMO_EXT_A
File: ScriptRanges.php line 72
public array{int, int} HANGUL_JAMO_EXT_A = [0xa960, 0xa97f]
HANGUL_JAMO_EXT_B
File: ScriptRanges.php line 79
public array{int, int} HANGUL_JAMO_EXT_B = [0xd7b0, 0xd7ff]
THAI
File: ScriptRanges.php line 44
public array{int, int} THAI = [0xe00, 0xe7f]