Bug#973647: libc-bin: iconv does not support C.UTF-8

2020-11-02 Thread Vincent Lefevre
On 2020-11-02 20:41:02 +0100, Vincent Lefevre wrote: > With en_US.utf8, no issues: > > $ export LC_ALL=en_US.utf8 > $ echo a─b | iconv -f utf-8 -t ascii//TRANSLIT > a-b > > But with C.UTF-8, the character "─" is regarded as invalid: > > $ export LC_ALL=C.UTF-8 > $ echo a─b | iconv -f utf-8 -t

Bug#973647: libc-bin: iconv does not support C.UTF-8

2020-11-02 Thread Vincent Lefevre
Package: libc-bin Version: 2.31-4 Severity: normal With en_US.utf8, no issues: $ export LC_ALL=en_US.utf8 $ echo a─b | iconv -f utf-8 -t ascii//TRANSLIT a-b But with C.UTF-8, the character "─" is regarded as invalid: $ export LC_ALL=C.UTF-8 $ echo a─b | iconv -f utf-8 -t ascii//TRANSLIT