Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Casefolding for Turkish #18

Closed
rstub opened this issue Jun 26, 2019 · 2 comments
Closed

Casefolding for Turkish #18

rstub opened this issue Jun 26, 2019 · 2 comments
Labels
🐞 bug Something isn't working

Comments

@rstub
Copy link

rstub commented Jun 26, 2019

The case folding in the following document is not correct when using XeTeX or LuaTeX:

\documentclass{article}

\usepackage{babel}
\babelprovide[import=tr,main]{turkish}

\begin{document}

İ -- \MakeUppercase{i}

I -- \MakeUppercase{ı}

i -- \MakeLowercase{İ}

ı -- \MakeLowercase{I}

\end{document}

Result:

image

The correct result can be obtained from using polygloassia instead of babel, i.e.

\usepackage{polyglossia}
\setmainlanguage{turkish}

Result:

image

References:

@jbezos
Copy link
Contributor

jbezos commented Jun 30, 2019

I hope I can submit a new version later this month.

@jbezos
Copy link
Contributor

jbezos commented Jul 5, 2019

Updated the ldf file and just submited to CTAN. Now I have to update the babel-*.ini/tex files.

@jbezos jbezos added the 🐞 bug Something isn't working label Jul 5, 2019
@jbezos jbezos closed this as completed Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants