From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 16 04:10:13 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 C8F95106564A for ; Thu, 16 Feb 2012 04:10:13 +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 B86548FC0A for ; Thu, 16 Feb 2012 04:10:13 +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 q1G4ADQd008667 for ; Thu, 16 Feb 2012 04:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G4ADGw008666; Thu, 16 Feb 2012 04:10:13 GMT (envelope-from gnats) Date: Thu, 16 Feb 2012 04:10:13 GMT Message-Id: <201202160410.q1G4ADGw008666@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: Thu, 16 Feb 2012 04:10:13 -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: Thu, 16 Feb 2012 13:07:09 +0900 On 02/16/12 00:04, Andriy Gapon wrote: > 1. Do I understand correctly that /usr/src/sbin/mount_msdosfs/mount_msdosfs.c > takes the conversion table from /usr/ports/converters/libiconv ? > Well, as unexpected as it is, the answer is yes. Well. Ugly hack to add koi-8 0xa9 "(c)" character as a replacement for Unicode 0x2116 "No." character to libiconf's lib/koi8r.h succeeded (Reboot was needed). Thanks, problem temporarily solved but I still believe that it should be solved permanently by the FreeBSD team in official way.