Discussion:
[PATCH] make get_initials() multibyte safe
Dennis Preiser
2013-10-03 14:14:49 UTC
Permalink
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

Loading...