commit 76369132aca5fe39b2ffc61c5102c31495d33de0
Author: Günter Milde <[email protected]>
Date:   Sat Apr 6 18:21:00 2019 +0200

    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 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/lib/languages b/lib/languages
index db9b75e..53c8a5a 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

Reply via email to