You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Porting/acknowledgements.pl: fix encoding of author names
Previously, running `Porting/acknowledgements.pl` or
`Porting/updateAUTHORS.pl --who` in a "UTF-8 by default" environment
(such as with `LANG=en_US.UTF-8 PERL_UNICODE=SL`) would mangle non-ASCII
characters in authors' names. (More specifically, it would double-encode
non-ASCII characters, so "Mannsåker" would render as "MannsÃ¥ker".)
0 commit comments