We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The correct result can be obtained from using polygloassia instead of babel, i.e.
polygloassia
babel
\usepackage{polyglossia} \setmainlanguage{turkish}
References:
The text was updated successfully, but these errors were encountered:
I hope I can submit a new version later this month.
Sorry, something went wrong.
Updated the ldf file and just submited to CTAN. Now I have to update the babel-*.ini/tex files.
No branches or pull requests
The case folding in the following document is not correct when using XeTeX or LuaTeX:
Result:
The correct result can be obtained from using
polygloassia
instead ofbabel
, i.e.Result:
References:
The text was updated successfully, but these errors were encountered: