From 008d4c436715ba09697690a2b3b34a9e8578f25f Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sat, 13 Aug 2022 16:47:10 +0300 Subject: [PATCH] fix(languages): Make Turkish hyphenation less bad around intraword apostrophes --- languages/tr.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/languages/tr.lua b/languages/tr.lua index 25be996e0..0f0ac9827 100644 --- a/languages/tr.lua +++ b/languages/tr.lua @@ -610,6 +610,10 @@ SILE.hyphenator.languages["tr"].patterns = -- a couple of consonant-clusters "tu4r4k", "m1t4rak", +-- See https://github.com/sile-typesetter/sile/issues/355 +-- leaving a trailing appostrophe is less bad than having a line-leading one +"4'3", +"4’3", } -- Internationalisation stuff