in reply to utf8 "\xD0" does not map to Unicode at /path/comparebin.pl line line_number, <STDIN> line line_number
Seems like some of the file names are corrupt.You can check it with
Russian characters are two-byte and all start with d0 or d1, IIRC. Space is 20, - is 2d, newline is a.find /YOUR/PATH -type f -name '18.19.2012*' | perl -ne 'printf "%vx\n" +, $_'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: utf8 "\xD0" does not map to Unicode at /path/comparebin.pl line line_number, <STDIN> line line_number
by ikegami (Patriarch) on Nov 18, 2014 at 17:27 UTC |