Bug#1017852: libc6: C locale is 7-bit (127 characters), must be 8-bit (256 characters) since POSIX Issue 7 TC2/Issue 8

2022-08-21 Thread Aurelien Jarno
control: severity -1 normal control: tag -1 + upstream control: retitle -1 libc6: mb* functions consider C locale as 7-bit (128 characters) instead of 8-bit (256 characters) since POSIX Issue 7 TC2/Issue 8 On 2022-08-21 16:23, наб wrote: > Package: libc6 > Version: 2.33-8 > Severity: important >

Bug#1017852: libc6: C locale is 7-bit (127 characters), must be 8-bit (256 characters) since POSIX Issue 7 TC2/Issue 8

2022-08-21 Thread наб
Package: libc6 Version: 2.33-8 Severity: important Dear Maintainer, Consider the following reproducer: -- >8 -- #include #include #include int main(int argc, char **) { if(argc > 1) fprintf(stderr, "loc=%s\n", setlocale(LC_ALL, "")); for(int i = 0; i <= 0xFF;