Summary: | bin/mv - call setlocale so tool adheres to support localisation | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Sevan Janiyan <venture37> | ||||
Component: | bin | Assignee: | Sevan Janiyan <sevan> | ||||
Status: | New --- | ||||||
Severity: | Affects Only Me | Keywords: | patch | ||||
Priority: | --- | ||||||
Version: | CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Created attachment 173771 [details] call setlocale() setenv LC_ALL de_DE.ISO8859-1 With patch % /usr/obj/usr/src/bin/mv/mv notpresent1 notpresent2 mv: rename notpresent1 to notpresent2: Datei oder Verzeichnis nicht gefunden Without patch % mv notpresent1 notpresent2 mv: rename notpresent1 to notpresent2: No such file or directory