Follow-up Comment #2, bug #50606 (project findutils): To be more exact, the two garbage sequences result from 'find' printing the Unicode characters "LEFT SINGLE QUOTATION MARK" (hex 2018) and "LEFT SINGLE QUOTATION MARK" (hex 2019) (see http://www.unicode.org/charts/PDF/U2000.pdf) by outputting the bytes that represent them in the UTF-8 encoding, E2 80 98 and E2 80 99. Your terminal interprets those sequences of bytes as being encoded in a one-byte ASCII code.
_______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?50606> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/