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