bug-findutils
[Top][All Lists]
Advanced

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

[bug #50606] Garbage printed with "no such file or directory"


From: Dale Worley
Subject: [bug #50606] Garbage printed with "no such file or directory"
Date: Wed, 22 Mar 2017 10:08:20 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]