|
Message-ID: <543F6583.9060408@i-soft.com.cn> Date: Thu, 16 Oct 2014 14:28:19 +0800 From: 黄建忠 <jianzhong.huang@...oft.com.cn> To: musl@...ts.openwall.com Subject: Re: Webkit/JavascriptCore did not work with musl libc Hmm... C/posix equals to UTF8, some testcase need to adjust. Lack of predefined locale, there are some locale-dependent codes. for example, seperators, date time format, locale-dependent sort etc. It's buggy to write locale-dependent codes but it exist. Another problem about multilingul is the poor iconv, some source may compiled but not works as expected. gnu/libiconv can be used as a suppliment, but there are also some testcase can not pass. 于 2014年10月16日 10:08, Rich Felker 写道: > On Thu, Oct 16, 2014 at 09:53:01AM +0800, 黄建忠 wrote: >> Thanks for you feedback. >> >> I notice alpine, it's greate and I also take a lot of patches from >> it when building my dist.(RPM based, support systemd/wayland-only). >> >> But I found there is no "check" (make check, make test, make tests >> etc.) in alpine build system. >> >> According my work, a lot of base components will fail under musl >> libc, and I already fix most of them(when it's ready, I will release >> all codes.). >> >> At the same time, It's also a heavy and useful testing for musl. At >> least, I can say Musl is good enough and ready to use(Locale support >> is poor, need more work.) > Just the lack of any pre-made locales, or something else you're > missing? > > Rich > -- Huang JianZhong
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.