I noticed that some common names have first two letters capitalized instead of one. At first I though that someone who added those common names made mistakes, but when I tried to edit them it turned out that they are entered correctly. For some reason iNat automatically capitalized two letters.
A couple of examples: https://www.inaturalist.org/observations?taxon_id=117000&utm_content=header-search
This is a known bug with the auto capitalization of âaccentedâ or non standard English letters. You need to give a list of the letters that do this to them and they add it to a manual fix. I did this for danish and polish
Iâm surprised the Unicode titlecase mapping isnât being used for all characters, so they donât have to manually build their own list. The data files are available for free from the Unicode website.
The algorithm probably shouldnât capitalize the second letter if it doesnât know how to capitalize or lowercase the first letter.
I was trying to add a common Portuguese name for Neomarica gracilis, which is Ăris-da-Praia, but every time i click to save it the name appears as ĂRis-da-Praia instead.
I think this is related to the acute capital I that starts the word. I tried to replicate the bug with other accented capital letters (vowels) but only the letter I has this strange bug.
If this helps, Ă is called the 'Latin Capital Letter I with Acute", Unicode number: U+00CD, HTML-code: [Í]; (remove brackets)