Further code review

This commit is contained in:
jpirnay
2026-04-24 16:23:14 +02:00
parent c4498cd535
commit 7291ccacc8
3 changed files with 26 additions and 15 deletions
+2
View File
@@ -35,6 +35,8 @@ bool isClosingPunctuation(const uint32_t cp) {
case 0x2019: // ' right single quotation mark
case 0x201D: // " right double quotation mark
case 0x2026: // … ellipsis
case 0x2013: // en dash
case 0x2014: // — em dash
return true;
default:
return false;