I suggest you to upgrate uClibc to the last thrunk revision. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jorgen Lundman > Sent: Thursday, May 15, 2008 9:55 AM > To: [email protected] > Subject: uClibc-0.9.27 with locale for ntfs-3g > > > Hello list, > > Working on an embedded MIPS32le architecture to get ntfs-3g > to work (which it does) I run into the problem that it needs > locale to be able to convert to utf8. > > I have not been able to find much information regarding this. > If I compile uClibc with "nls", do I also need some binary > locale files somewhere on the system? Can I download those > separately, or do I need to generate them myself? Or should I > be looking at compiling iconv as a separate package and > re-compile ntfs-3g?
There aren't any locale file that you need. You have to recompile the uClibc adding the locale support doing: - make menuconfig enable "Locale Support" into the "String and Stdio Support" menu. If you need the iconv tool you have to build also utility doing: - make utils So you can have the locale utility "iconv" and "locale", the latter Recently added to see the currently supported locale. > > There was a separate tarball from 2003 with source code, is > that relevant? The tarbal you refering are the locale pregenereted file needed if We enable "Use pre-genereted Locale Data" also. >The rootfs provided on the download page for > mips32 appear to contain no locale files. > > Lund > > > -- > Jorgen Lundman | <[EMAIL PROTECTED]> > Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) > Shibuya-ku, Tokyo | +81 (0)90-5578-8500 (cell) > Japan | +81 (0)3 -3375-1767 (home) > _______________________________________________ > uClibc mailing list > [email protected] > http://busybox.net/cgi-bin/mailman/listinfo/uclibc > Regards, Filippo Arcidiacono _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
