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?
@fbennett: It looks like this could be fixed by using
toLocaleUpperCase(locale)
instead oftoUpperCase()
?