-
Notifications
You must be signed in to change notification settings - Fork 124
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
xeCJK: No fallback for punctuations #515
Comments
\documentclass[]{article}
\usepackage[AutoFallBack=true]{xeCJK}
\setmainfont{DejaVu Serif}
\setCJKmainfont{AR PL UMing CN}
\setCJKfallbackfamilyfont{\CJKrmdefault}{Noto Serif CJK KR}
\begin{document}
にほんご?한국어!简体中文:繁體中文;English。
\CJKfamilydefault == rm
\end{document} You can also assign the font of punctuations individually via option |
No, you didn't get my point. I know My point is, I have installed 2 fallback fonts in case I may consider |
I did know your point. But I won't fix this issue since it is an edge case. You can raise a warning to your users in that case. |
God. This isn't an edge case but a true bug. The problem happens because After I duplicated some functions from I already made a patch for this. Not necessarily optimized at its best, but I believe is solving the problem in the right way. |
Code:
Result:
CJK and English characters are displayed corrrectly, but all punctuations are tofu.
The text was updated successfully, but these errors were encountered: