Opened 14 years ago
Closed 14 years ago
#360 closed defect (fixed)
Problem listing files with non-ASCII names
| Reported by: | Jakub Jermář | Owned by: | Jakub Jermář |
|---|---|---|---|
| Priority: | major | Milestone: | 0.5.0 |
| Component: | helenos/app/bdsh | Version: | mainline |
| Keywords: | Cc: | ||
| Blocker for: | Depends on: | ||
| See also: |
Description
As of mainline,1106, the following:
# mkfile /tmp/žluťoučký # ls /tmp
results in the following error:
ls: skipping bogus node /tmp/žluťou rc=-1
Note that when listing directly the new node, there is no error reported and ls succeeds:
# ls /tmp/žluťoučký /tmp/žluťoučký 0
Change History (1)
comment:1 by , 14 years ago
| Component: | helenos/fs/other → helenos/app/bdsh |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in mainline,1107.