atom feed15 messages in org.freebsd.freebsd-fs[Patch] cd9660/msdosfs/ntfs/libiconv ...
FromSent OnAttachments
R. ImuraSep 22, 2003 10:10 am 
R. ImuraSep 23, 2003 4:04 am 
Hye-Shik ChangSep 23, 2003 5:02 am 
Andrey ChernovSep 23, 2003 5:09 am 
Hye-Shik ChangSep 23, 2003 5:28 am 
Maxim SobolevSep 23, 2003 1:24 pm 
R. ImuraSep 24, 2003 8:05 am 
Andrey ChernovSep 24, 2003 8:13 am 
R. ImuraSep 24, 2003 9:06 am 
Boris PopovSep 26, 2003 3:30 am 
R. ImuraSep 26, 2003 10:43 am 
R. ImuraSep 27, 2003 5:25 am 
Max KhonSep 28, 2003 5:44 am 
Boris PopovSep 28, 2003 7:09 am 
R. ImuraOct 11, 2003 2:07 am 
Subject:[Patch] cd9660/msdosfs/ntfs/libiconv mutli-byte extention
From:R. Imura (imu@ryu16.org)
Date:Oct 11, 2003 2:07:56 am
List:org.freebsd.freebsd-fs

On Tue, Sep 23, 2003 at 09:29:08PM +0900, Hye-Shik Chang wrote:

I found your patch to sys/fs/msdosfs can become simpler with Darwin's msdosfs modification that gathers a unicode string first and convert it later. I have a UTF-8 hardcoded patch that ported from Darwin to FreeBSD CURRENT. (the patch didn't tested by anybody else than I. :)

http://people.freebsd.org/~perky/msdosfs-utf8.diff

Before dealing with this, I'm now interested in how to deal with bigger than 3 byte characters like UTF-8. (your patch pushed me :) I now give these file systems a capacity to acquire UTF-8. (I mean I extended a character buffer size from 2 bytes to 4 bytes).

http://www.ryu16.org/FreeBSD/kiconv/5_current-20031008.diff

Though I think UTF-8 converter needs arguing how it be, UTF-8 is available with cd9660, msdosfs and ntfs with this quick hacked coverter.

http://www.ryu16.org/FreeBSD/kiconv/utf8_converter_20031011.diff

Any comments?

P.S. Can anybody please take a look at conf/57277 and bin/57462?