Uppercase letter problem in Turkish
Hi,
My problem relates to lower/upper letter case transformation of "i". In Turkish, the uppercase version of "i" differs from "ı". "i" and "ı" are different vocals/letters.
When I try to uppercase author names with "i", Zotero converts "i" into capital "I".
İs there a way to tell Zotero how to correctly uppercase the letter "i" in items marked with tr under language field?
My problem relates to lower/upper letter case transformation of "i". In Turkish, the uppercase version of "i" differs from "ı". "i" and "ı" are different vocals/letters.
When I try to uppercase author names with "i", Zotero converts "i" into capital "I".
İs there a way to tell Zotero how to correctly uppercase the letter "i" in items marked with tr under language field?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
@fbennett: It looks like this could be fixed by using
toLocaleUpperCase(locale)
instead oftoUpperCase()
?