mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 07:37:37 +03:00
Remove allowing break after slash (solidus) to protect dates
This commit is contained in:
parent
fb0024b830
commit
fdcb587e38
@ -125,7 +125,6 @@ bool isExplicitHyphen(const uint32_t cp) {
|
||||
case 0xFE58: // small em dash
|
||||
case 0xFE63: // small hyphen-minus
|
||||
case 0xFF0D: // fullwidth hyphen-minus
|
||||
case 0x002F: // Solidus (slash)
|
||||
case 0x005C: // Backslash
|
||||
case 0x005F: // Underscore
|
||||
case 0x00B7: // Middle dot
|
||||
|
||||
Loading…
Reference in New Issue
Block a user