Capital Y with an acute accent is being transliterated to 'U' instead of 'Y'. Is there a language-specific reason for this? My suspicion is that it's just wrong since the lower case character decodes as 'y' and not 'u'. Thanks.
$ perl -le 'use Text::Unidecode; print chr 0xdd, unidecode chr 0xdd; print chr 0xfd, unidecode chr 0xfd'
ÝU
ýy