This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

iconv from/to wchar_t



What is the "wchar_t" encoding (see gconv_builtin.h) meant to be? Is it

  a) the system dependent and locale dependent wide character encoding,

or

  b) UCS-4 in machine-dependent endianness and properly aligned in memory?

I'm asking because

  1) If it's (a), then it would be good to have also a "char" encoding
     denoting the the system dependent and locale dependent multibyte
     encoding.

  2) I would like to make libiconv compatible to glibc on this point.

Bruno

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]