Bug#1032890: iconv: misconverts some characters

2023-03-13 Thread Samuel Thibault
Hello, Thorsten Glaser, le lun. 13 mars 2023 15:54:28 +0100, a ecrit: > $ printf '%s' '~' | iconv -f ISO-IR-10 -t UTF-16LE | hexdump -e '1/2 "%04X" > "\n"' > 203E > > This is supposed to be the Macron (U+00AF), not the Overline. In glibc, localedata/charmaps/SEN_850200_B (which has % alias

Bug#1032890: iconv: misconverts some characters

2023-03-13 Thread Thorsten Glaser
Package: libc-bin Version: 2.36-8 Severity: normal X-Debbugs-Cc: t...@mirbsd.de Probably a codepage data bug, but I don’t know what package that would be; please reassign as suitable. $ printf '%s' '~' | iconv -f ISO-IR-10 -t UTF-16LE | hexdump -e '1/2 "%04X" "\n"' 203E This is supposed to