| From | Sent On | Attachments |
|---|---|---|
| R. Imura | Sep 22, 2003 10:10 am | |
| R. Imura | Sep 23, 2003 4:04 am | |
| Hye-Shik Chang | Sep 23, 2003 5:02 am | |
| Andrey Chernov | Sep 23, 2003 5:09 am | |
| Hye-Shik Chang | Sep 23, 2003 5:28 am | |
| Maxim Sobolev | Sep 23, 2003 1:24 pm | |
| R. Imura | Sep 24, 2003 8:05 am | |
| Andrey Chernov | Sep 24, 2003 8:13 am | |
| R. Imura | Sep 24, 2003 9:06 am | |
| Boris Popov | Sep 26, 2003 3:30 am | |
| R. Imura | Sep 26, 2003 10:43 am | |
| R. Imura | Sep 27, 2003 5:25 am | |
| Max Khon | Sep 28, 2003 5:44 am | |
| Boris Popov | Sep 28, 2003 7:09 am | |
| R. Imura | Oct 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. :)
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?
Regards, - R. Imura
P.S. Can anybody please take a look at conf/57277 and bin/57462?





