From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 8 19:49:47 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 101F616A4CE for ; Tue, 8 Mar 2005 19:49:47 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C9C43D31 for ; Tue, 8 Mar 2005 19:49:46 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id j28JnjTr065917; Tue, 8 Mar 2005 14:49:46 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: freebsd-amd64@freebsd.org Date: Tue, 8 Mar 2005 14:49:42 -0500 User-Agent: KMail/1.6.2 References: <20050306211732.1240.qmail@web51102.mail.yahoo.com> In-Reply-To: <20050306211732.1240.qmail@web51102.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503081449.42759.jkim@niksun.com> X-Virus-Scanned: ClamAV 0.83/755/Mon Mar 7 20:00:18 2005 on anuket.mj.niksun.com X-Virus-Status: Clean cc: Seva Fwd Subject: Re: AMD64 Issue with russian symbols on FAT32 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 19:49:47 -0000 On Sunday 06 March 2005 04:17 pm, Seva Fwd wrote: > Hi, all > > I have installed FreeBSD/amd64 from February 2005 > snapshot (5.3-STABLE-SNAP001-amd64-miniinst.iso) and > have issues with Russian symbols support on FAT32 > partitions. > I am using options -Lru_RU.KOI8-R,-Wkoi2dos in > /etc/fstab to turn support of Russian file names on. > If I mount partition without these options everithing > works well except Russian names are unavailable. > However, if I mount partition with these options it > does not help with Russian names, and even more > english names becomes abracadabra. > I think it is issue of amd64 (i.e. 64/32 > incompatibility). I suspect iconv. > I am sure partitions itself are correct due to same > partitions (I mean same hdd and usd disks) are > operating well on i386 arch. And even a (Frenzy) Live > CD that is i386 arch works well on the same computer. --- >8 --- SNIP!!! --- >8 --- [Note: Sorry, I am moving this thread to freebsd-amd64.] kiconv interface is broken on amd64 (maybe all 64-bit architectures). http://www.freebsd.org/cgi/query-pr.cgi?pr=75488 http://docs.freebsd.org/cgi/mid.cgi?234888ec05020723464ec9cf39 Is there anybody working on this? Thanks, Jung-uk Kim