iconv should make intelligent warnings
Bug #287050 reported by
Pierre
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glibc (Ubuntu) |
New
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: libc6
$ LC_ALL=C iconv --verbose -f MAC -t LATIN-9 file.sql > file2.sql
file.sql:
iconv: illegal input sequence at position 1016109
it would be great if it could precise the line where the problem occurs
To post a comment you must log in.
It's pretty easy to figure that out from the position, isn't it? A good editor will let you go straight there.
(I suspect iconv simply doesn't keep track of the line number right now.)