Opened 13 years ago

Closed 12 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/Новая папка

Change History (2)

comment:1 by diver, 13 years ago

Could be related to #6263.

comment:2 by zooey, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev43310.

Note: See TracTickets for help on using tickets.