mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 07:37:37 +03:00
Remove additional punctuation cases from isPunctuation function
This commit is contained in:
parent
e156790705
commit
a0113b58e0
@ -79,10 +79,6 @@ bool isPunctuation(const uint32_t cp) {
|
|||||||
case '’':
|
case '’':
|
||||||
case '“':
|
case '“':
|
||||||
case '”':
|
case '”':
|
||||||
case '—':
|
|
||||||
case '-':
|
|
||||||
case '–':
|
|
||||||
case '―':
|
|
||||||
case '[':
|
case '[':
|
||||||
case ']':
|
case ']':
|
||||||
case '{':
|
case '{':
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user