This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: unicode problem
- From: John Love-Jensen <eljay at adobe dot com>
- To: Akos Rajna <akimaki23 at gmail dot com>, MSX to GCC <gcc-help at gcc dot gnu dot org>
- Date: Mon, 19 Mar 2007 09:14:31 -0500
- Subject: Re: unicode problem
Hi Akos,
Have you tried -fshort-wchar flag?
CAVEAT: Warning: the -fshort-wchar switch causes GCC to generate code that
is not binary compatible with code generated without that switch. Use it to
conform to a non-default application binary interface.
Sincerely,
--Eljay