mirror of
https://codeberg.org/NLnet/takentaal.git
synced 2025-08-30 06:20:06 +00:00
feat: use unicode blocks
This commit is contained in:
parent
8f0a2c1e06
commit
b2f633ab50
1 changed files with 2 additions and 1 deletions
|
@ -101,5 +101,6 @@ fragment TEXTHEAD
|
||||||
fragment TEXTBODY
|
fragment TEXTBODY
|
||||||
: LETTER
|
: LETTER
|
||||||
| DIGIT
|
| DIGIT
|
||||||
| [_\-"'()[\].,# ]
|
| [\u0021-\u007A\u007C\u007E ] // ASCII without {}
|
||||||
|
| [\u00A0-\u33FF] // UNICODE
|
||||||
;
|
;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue