Bug 211933 - bin/mkdir - call setlocale so tool adheres to support localisation
Summary: bin/mkdir - call setlocale so tool adheres to support localisation
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-17 10:41 UTC by Sevan Janiyan
Modified: 2024-01-05 03:53 UTC (History)
0 users

See Also:


Attachments
call setlocale() (478 bytes, patch)
2016-08-17 10:41 UTC, Sevan Janiyan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2016-08-17 10:41:08 UTC
Created attachment 173770 [details]
call setlocale()

setenv LC_ALL de_DE.ISO8859-1

With patch
% /usr/obj/usr/src/bin/mkdir/mkdir foo
mkdir: foo: Datei existiert bereits

Without patch
% mkdir foo
mkdir: foo: File exists
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2024-01-05 03:53:34 UTC
^Triage: commit bit was taken in for safekeeping.