summaryrefslogtreecommitdiff
path: root/library/src
diff options
context:
space:
mode:
Diffstat (limited to 'library/src')
-rw-r--r--library/src/layout/par.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/src/layout/par.rs b/library/src/layout/par.rs
index 96d45f2f..f87b23d8 100644
--- a/library/src/layout/par.rs
+++ b/library/src/layout/par.rs
@@ -1473,9 +1473,8 @@ fn overhang(c: char) -> f64 {
'.' | ',' => 0.8,
':' | ';' => 0.3,
- // Arabic and Ideographic
+ // Arabic
'\u{60C}' | '\u{6D4}' => 0.4,
- '\u{3001}' | '\u{3002}' => 1.0,
_ => 0.0,
}