mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 21:33:09 +09:00
8 lines
114 B
Text
8 lines
114 B
Text
# word break points test, recursive break at dash and n-dash
|
||
SET UTF-8
|
||
|
||
BREAK 2
|
||
BREAK -
|
||
BREAK –
|
||
|
||
WORDCHARS -–
|