You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-21Lines changed: 24 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,32 @@
1
1
# GlotScript
2
+
3
+
## GlotScript Resource
4
+
5
+
See [metadata folder](./metadata/).
6
+
7
+
## GlotScript Tool
8
+
2
9
Detect the script (writing system) of text based on ISO 15924.
3
10
- Unicode version: 15.0.0
4
11
- The codes were sourced from [Wikipedia ISO_15924](https://en.wikipedia.org/wiki/ISO_15924).
5
12
- Unicode ranges were extracted from [Unicode Character Database](https://www.unicode.org/Public/15.0.0/ucd/Scripts.txt).
6
13
7
-
## Special codes
14
+
###Special codes
8
15
-`Zinh` code is the Unicode script property value of characters that may be used with multiple scripts, and that inherit their script from a preceding base character. In some cases, we opted to integrate parts of the Zinh code (e.g. ARABIC FATHATAN..ARABIC HAMZA BELOW, ARABIC LETTER SUPERSCRIPT ALEF) into a different block.
9
16
-`Zyyy` code is the Unicode script for "Common" characters.
10
17
-`Zzzz` code is for Unicode script for "uncoded" script.
0 commit comments