This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

Re: UNICODE support on newlib


Fernando Ramos wrote:
I'm trying to compile newlib to implement the wide character functions
in newlib to deal with 16-bit unicode characters. Is there a configure
switch I can use for this purpose? Will I need to recompile GCC so I get
16-bit wide chars with L"My string" ?

Thanks,

Fernando Ramos
Senior Software Engineer
Hypercom Corp.

Use --enable-newlib-mb when you configure newlib. If you want iconv, there are additional enable options which you can read about inside newlib's configure.in. Wide string literals are part of the ANSI standard.


-- Jeff J.


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