mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +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 -–
|