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
(Breakaway from: #750)
Don't attempt to select initials when fullname contains non basic latin and non latin-1 supplement characters.
fullname
Input:
<author asciiFullname="Kazuho Oku" fullname="奥 一穂">
Current output:
奥. 一穂 (K. Oku)
Desired output:
奥 一穂 (K. Oku)
Note that fullname="Patrik Fältström" should not trigger the display of fullname.
fullname="Patrik Fältström"
The text was updated successfully, but these errors were encountered:
kesara
Successfully merging a pull request may close this issue.
(Breakaway from: #750)
Don't attempt to select initials when
fullname
contains non basic latin and non latin-1 supplement characters.Input:
Current output:
Desired output:
Note that
fullname="Patrik Fältström"
should not trigger the display offullname
.The text was updated successfully, but these errors were encountered: