bug: util-linux-2.21.2 col

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi list,
i run into a problem while processing a latin1 file:
col: Invalid or incomplete multibyte or wide character

./col -p -b -l0 <out.asc

out.asc:
^H^H^H^H|DATUM  :    2008-05-07
^H^H^H^H| Schlüssel

the problem occurs at ü (note: clipping may have changed latin1->utf8).

i guess the error occurs here:
               if ((ch = getwchar()) == WEOF) {
                        if (errno == EILSEQ) {
                                warn(NULL);
                                ret = EXIT_FAILURE;
                        }
                        break;

re,
 wh

note: i am not member of the ml
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux