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 be the Macron (U+00AF), not the Overline.
Hello, Thorsten Glaser, le lun. 13 mars 2023 15:54:28 +0100, a ecrit: In glibc, localedata/charmaps/SEN_850200_B (which has % alias ISO-IR-10) says: <U203E> /x7e OVERLINE so it seems that's where it should be fixed, if it needs to be. Probably better discuss directly with upstream on https://sourceware.org/glibc/wiki/FilingBugs Samuel