Hi kre,

> I have no idea which (if any) might be suitable - locales, and char
> encodings aren't really a big interest of mine.

In a temporary directory...

    echo UTF-8 >in
    iconv -l |
    while read -r cs; do
        iconv -f UTF-8 -t $cs <in >out 2>/dev/null || continue
        cmp -s in out || echo $cs
    done |
    fmt

Something like `UCS-4LE' would be widespread?

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

-- 
Nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to