Limit to only ellipsis and underscore per conversation with @osteotek

This commit is contained in:
Luke Stein 2026-01-23 08:55:31 -05:00
parent 10117ca091
commit 6090f7e6e7

View File

@ -125,11 +125,8 @@ bool isExplicitHyphen(const uint32_t cp) {
case 0xFE58: // small em dash
case 0xFE63: // small hyphen-minus
case 0xFF0D: // fullwidth hyphen-minus
case 0x005C: // Backslash
case 0x005F: // Underscore
case 0x00B7: // Middle dot
case 0x2026: // Ellipsis
case 0x22EF: // Midline horizontal ellipsis
return true;
default:
return false;