[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Libc6 functions such as wprintf() (widechar/multibyte/UNICODE support)



Hi,

From: Jerry Lundström <jerry.lundstrom@dacapo.se>
Subject: Libc6 functions such as wprintf() (widechar/multibyte/UNICODE support)
Date: Mon, 20 Mar 2000 17:29:29 +0100

> Ive been looking around the manual pages of wprintf and
> include files of the latest potato.
> Widechar/Multibyte support exist (wchar.h) but almost all
> the usefull function is not in the libc distribution of
> potato. Functions like wprintf that a vital is no where
> to be found and still they have manual pages for the
> function.
> Has the widechar/multibyte printing support been removed
> for som resone or just missed?
> 
> Im hopeing for a quick response on this matter because its
> very VITAL for my project!

Yes, these functions are very vital also for multibyte-language-
speaking (CJK) people, like me.  However, as far as I know, 
these functions are not implemented yet.  (I hope glibc 2.2 will have.)
On the other hand, conversion functions between multibyte characters
and wide characters are available now.  Can you use wcstombs() and 
printf() instead of wprintf() ?

---
Tomohiro KUBOTA <kubota@debian.or.jp>
http://surfchem0.riken.go.jp/~kubota/


Reply to: