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 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

