* bug: util-linux-2.21.2 col
@ 2012-07-24 14:29 walter harms
0 siblings, 0 replies; only message in thread
From: walter harms @ 2012-07-24 14:29 UTC (permalink / raw)
To: util-linux
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-24 14:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-24 14:29 bug: util-linux-2.21.2 col walter harms
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).