Re: [Patch] cd9660/msdosfs/ntfs/libiconv mutli-byte extention
Hye-Shik Chang <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.file-systems,gmane.os.freebsd.devel.internationalization |
|---|---|
| Organization | Yonsei University |
| Message-ID | <[email protected]> |
On Tue, Sep 23, 2003 at 02:09:03AM +0900, R. Imura wrote: > Hi all, > > I made a patch for multi-byte character extension > of three file systems with enhanced LIBICONV in the > kernel. File systems are cd9660(joliet part), msdosfs, > and ntfs. > > http://www.ryu16.org/FreeBSD/kiconv/kiconv-5_current-20030921.diff > [snip] > Related Kernel Options (Kernel Modules) > - CD9660 (cd9660.ko) > - MSDOSFS (msdosfs.ko) 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 Regards, Hye-Shik =) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-fs To unsubscribe, send any mail to "[email protected]"