diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/polyglossia/gloss-turkish.ldf')
-rw-r--r-- | Master/texmf-dist/tex/latex/polyglossia/gloss-turkish.ldf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/polyglossia/gloss-turkish.ldf b/Master/texmf-dist/tex/latex/polyglossia/gloss-turkish.ldf index 6f40cf2cd3d..b9d130f2ba9 100644 --- a/Master/texmf-dist/tex/latex/polyglossia/gloss-turkish.ldf +++ b/Master/texmf-dist/tex/latex/polyglossia/gloss-turkish.ldf @@ -30,6 +30,17 @@ \XeTeXinterchartokenstate=0% } +\def\turkish@casing{% + \message{\string\turkish@casing\space called.} + \lccode`\I=`\ı + \uccode`\i=`\İ +} + +\def\noturkish@casing{% + \lccode`\I=`\i + \uccode`\i=`\I +} + \def\captionsturkish{% \def\prefacename{Önsöz}% \def\refname{Kaynaklar}% @@ -69,14 +80,17 @@ \def\noextras@turkish{% \noturkish@punctuation% + \noturkish@casing% } \def\blockextras@turkish{% \turkish@punctuation% + \turkish@casing% } \def\inlineextras@turkish{% \turkish@punctuation% + \turkish@casing% } \endinput |