Date: Sat, 15 Jun 2019 11:13:57 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 238568] tar filenames encoding problem Message-ID: <bug-238568-227-vWIrv6iosE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238568-227@https.bugs.freebsd.org/bugzilla/> References: <bug-238568-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238568 --- Comment #5 from aler@playground.ru --- The filesystem has no internal charset so it is weird to do charset translations from no-charset (=3D 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238568-227-vWIrv6iosE>