From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 15 14:00:36 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 358BE106564A for ; Wed, 15 Feb 2012 14:00:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 215048FC19 for ; Wed, 15 Feb 2012 14:00:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FE0ZIw021580 for ; Wed, 15 Feb 2012 14:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FE0ZVH021572; Wed, 15 Feb 2012 14:00:35 GMT (envelope-from gnats) Date: Wed, 15 Feb 2012 14:00:35 GMT Message-Id: <201202151400.q1FE0ZVH021572@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Thor Ablestar Cc: Subject: Re: misc/165140: mount_msdosfs -W koi2dos cannot read file No. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thor Ablestar List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 14:00:36 -0000 The following reply was made to PR misc/165140; it has been noted by GNATS. From: Thor Ablestar To: Andriy Gapon Cc: bug-followup@FreeBSD.org Subject: Re: misc/165140: mount_msdosfs -W koi2dos cannot read file No. Date: Wed, 15 Feb 2012 22:53:58 +0900 > Right. You have to use UTF-8 locale. > 1. Do I understand correctly that /usr/src/sbin/mount_msdosfs/mount_msdosfs.c takes the conversion table from /usr/ports/converters/libiconv ? 2. As I understand, accessibility of the file containing "No." in it's name depends entirely on -L argument for mount_msdosfs command, and not on LC_CTYPE. The filenames may LOOK differently but the files are still accessible under their garbaged names.