Dennis Preiser
2013-10-03 14:14:49 UTC
When using 'quote_chars=%s>_' and the first or last name contain
multibyte characters this leads to wrong initials. For instance, a
followup to Urs JanÃen leads to 'UJe>' instead of 'UJ>' and names that
start with Šor à lead to completely wrong initials. It turns out that
get_initials() is not multibyte safe. The attached patch fixes this.
In addition, we should enable the check for iswalpha() (aclocal.m4 ~279
and ~339).
Dennis
multibyte characters this leads to wrong initials. For instance, a
followup to Urs JanÃen leads to 'UJe>' instead of 'UJ>' and names that
start with Šor à lead to completely wrong initials. It turns out that
get_initials() is not multibyte safe. The attached patch fixes this.
In addition, we should enable the check for iswalpha() (aclocal.m4 ~279
and ~339).
Dennis