This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

iconv and WCHAR_T


Hi,

For converting external charsets to internal wchar_t format, I use
iconv from that charset to "WCHAR_T", but it seems buggy:

- iconv -l doesn't show WCHAR_T
- echo a | iconv -t WCHAR_T
  does work
- echo é | iconv -t WCHAR_T
  does not work

Is that on purpose? Isn't WCHAR_T an alias for UCS-2LE on x86 cygwin?

Regards,
Samuel

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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