From bcd56eda79c43f30c1ce6cbd2f209582fc7cceac Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Sat, 6 Apr 2019 18:21:00 +0200 Subject: [PATCH] Do not change input encoding globally for Kazakh language. The global change * is no longer required since the last fixes to the "textcyrillic" feature, * is wrong for documents with only parts in Kazakh. --- lib/languages | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/languages b/lib/languages index db9b75e37d..53c8a5a6b3 100644 --- a/lib/languages +++ b/lib/languages @@ -895,12 +895,6 @@ Language kazakh # FontEncoding T2A # not set (no Babel support) DateFormats "dd MMMM yyyy|dd MMMM yyyy|yyyy-dd-MM" LangCode kk_KZ - # FIXME: this sets the global font encoding also - # if Kazakh is only used as secondary language. - PostBabelPreamble - \input{t2aenc.def} - \AtBeginDocument{\fontencoding{T2A}\selectfont} - EndPostBabelPreamble End # not supported by babel -- 2.39.5