Opened 13 years ago
Closed 13 years ago
#7700 closed bug (fixed)
[findutils] find displays question marks instead of cyrillic characters
Reported by: | diver | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev42188, gcc2hybrid.
find displays cyrillic characters as question marks. To reproduce switch to Russian language and create a new folder.
~> find Desktop Desktop Desktop/Haiku R1 Alpha 3 - ReleaseAddendum Desktop/Haiku R1 Alpha 3 - ReportedIssues Desktop/Home Desktop/?????????? ??????????
Curiously, piping it though grep fixes it:
~> find Desktop | grep -v bla Desktop Desktop/Haiku R1 Alpha 3 - ReleaseAddendum Desktop/Haiku R1 Alpha 3 - ReportedIssues Desktop/Home Desktop/Новая папка
Note:
See TracTickets
for help on using tickets.
Could be related to #6263.