* Silvan Jegen <s.jegen_AT_gmail.com> [2016-04-13 10:17]:
> Have you tested it exactly as you wrote it here? Since wcwidth wants a
> wchar_t you probably would have to use L'☺'.
Good point, also I had to set setlocale(LC_CTYPE, ""); to make it work
in glibc (it worked fine without in musl). So it's only a font bug.
Cheers Jochen
Received on Wed Apr 13 2016 - 14:01:18 CEST