Compare commits

..

1 Commits

Author SHA1 Message Date
pablohc
3b27afa15b
Merge 568592f2b8 into 3ce11f14ce 2026-01-26 09:18:02 +00:00

View File

@ -125,8 +125,6 @@ bool isExplicitHyphen(const uint32_t cp) {
case 0xFE58: // small em dash
case 0xFE63: // small hyphen-minus
case 0xFF0D: // fullwidth hyphen-minus
case 0x005F: // Underscore
case 0x2026: // Ellipsis
return true;
default:
return false;