[Bug 238568] tar filenames encoding problem

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 15 11:13:59 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238568

--- Comment #5 from aler at playground.ru ---
The filesystem has no internal charset so it is weird to do charset
translations from no-charset (= BINARY) to any explicit charset.

Also it is not good that resulting archive somehow dependent on environment
$LANG which was intended for run-time localization purposes and not for
abstract data processing. Also this fact is undocumented on tar manpage.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list