Message-Id: <199607091300.WAA15983@mars.st.rim.or.jp> To: djgpp-workers AT delorie DOT com Subject: multibyte and wide libraries Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Date: Tue, 09 Jul 1996 22:00:29 +0900 From: =?ISO-2022-JP?B?GyRCQEQ7M0JnMnAbKEI=?= /Daisuke Aoyama Hi!, workers. I fixed problems in mbfunc 0.3 and wrote new library. It supported wide characters and strings. It is expected using with setlocale function in the multibyte library. (e.g. gcc -o foo foo.o -lw -lmb) Now mbfunc 0.4.0 and wfunc 0.1 are available. You can get these from: http://www.st.rim.or.jp/~jack/alpha/index.html If you want the contens in the archives, follow up "[List in the archive]" on index.html. CHANGES(mbfunc & wfunc): o fixed problems. o added setlocale function. o supported LC_CTYPE category with "C" and "jp_sjis" locale. o added wide functions (e.g. iswalpha, wcscpy, fputwc, ...) TODO: o add formated stream I/O wide function. (e.g. wprintf, wscanf, ...) o support LC_COLLATE and ohter locales. ------ Daisuke Aoyama jack AT st DOT rim DOT or DOT jp