Wide character support is missing

Hi,

as we tried porting our Xerces- and Rogue Wave libraries from qnx 4 to
neutrino, undefined references were reported from the GNU compiler for
towupper(…) and iswspace(…) trying out some samples using the compiled
libraries.

Are we doing something wrong or is there any workaround?

Thanks in advance,
Han Lemstra (h.lemstra@ideasoft.de)
Ideasoft AG, Hechingen, Germany

Han Lemstra <h.lemstra@ideasoft.de> wrote:

Hi,

as we tried porting our Xerces- and Rogue Wave libraries from qnx 4 to
neutrino, undefined references were reported from the GNU compiler for
towupper(…) and iswspace(…) trying out some samples using the compiled
libraries.

Are we doing something wrong or is there any workaround?

Unfortunately those functions are prototyped in the headers but not
implemented in the C library at this time. This issue will hopefully
be resolved with the new Dinkum libc.

Thomas