From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 16 08:50:15 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 1A65710656AD for ; Thu, 16 Feb 2012 08:50:15 +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 D68AB8FC1C for ; Thu, 16 Feb 2012 08:50: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 q1G8oDPP099832 for ; Thu, 16 Feb 2012 08:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G8oDQq099831; Thu, 16 Feb 2012 08:50:13 GMT (envelope-from gnats) Date: Thu, 16 Feb 2012 08:50:13 GMT Message-Id: <201202160850.q1G8oDQq099831@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andriy Gapon 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: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 08:50:15 -0000 The following reply was made to PR misc/165140; it has been noted by GNATS. From: Andriy Gapon To: Thor Ablestar Cc: bug-followup@FreeBSD.org Subject: Re: misc/165140: mount_msdosfs -W koi2dos cannot read file No. Date: Thu, 16 Feb 2012 10:45:19 +0200 on 16/02/2012 06:07 Thor Ablestar said the following: > 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. GOTO 10 :-) (FreeBSD doesn't need to grow hacks without necessity. If you want some symbol, use a locale/charset that has it). -- Andriy Gapon