feat: use unicode blocks

This commit is contained in:
Yarmo Mackenbach 2024-08-27 09:32:36 +02:00
parent 8f0a2c1e06
commit b2f633ab50
No known key found for this signature in database
GPG key ID: 2B71CD64664999B6

View file

@ -101,5 +101,6 @@ fragment TEXTHEAD
fragment TEXTBODY fragment TEXTBODY
: LETTER : LETTER
| DIGIT | DIGIT
| [_\-"'()[\].,# ] | [\u0021-\u007A\u007C\u007E ] // ASCII without {}
| [\u00A0-\u33FF] // UNICODE
; ;