We weren't calling setlocale() so safename() was unnecessarily escaping characters regardless of the user's set locale
PR: 295875
(Not sure if the test is really necessary here)
Differential D57562
md5(1): honor the locale when encoding filenames Authored by nick_spun.io on Jun 13 2026, 5:56 PM. Tags None Referenced Files
Details
We weren't calling setlocale() so safename() was unnecessarily escaping characters regardless of the user's set locale PR: 295875 (Not sure if the test is really necessary here) test suites run successfully, new test added
Diff Detail
Event TimelineComment Actions Please generate patches with -U999999 to include full context (if you have an update for this review). Comment Actions Further issues from the safename() change at D56615 popped up at the same PR here https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295875 |