diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-28 21:56:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-28 21:56:49 +0000 |
commit | 0c6a78a9eafdb80c434d4e858bec827d5fc8259a (patch) | |
tree | 659a9cfca0126b74629a2db9917b93303dccad52 /Master/texmf-dist/tex/latex/polyglossia/gloss-turkish.ldf | |
parent | a41b6fc74912fbdd819966fff48a9780288bc947 (diff) |
polyglossia (28jun13)
git-svn-id: svn://tug.org/texlive/trunk@31010 c570f23f-e606-0410-a88d-b1316a301751
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 |