Merge 84208592ba434925174c94dfda666ee5cf0ce916 into 3ce11f14ce7bc3ce1f2f040bfb09a9b3d9f87f72
This commit is contained in:
commit
e3f9e1559d
@ -125,6 +125,11 @@ 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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user