Mail Archives: djgpp-workers/1999/11/24/10:05:22
> If other versions of GCC do the right thing, it is probably a
> configuration problem.
It wasn't a "problem" back when I set it up that way. DJGPP didn't
support any platform that supported wide characters, so when I got to
that part of libc I just picked a number, and I picked 4 bytes because
I figured by the time we got around to doing anything about it, we'd
be using the 32-bit unicode set.
When you set up gcc for a given target, you have to configure it to
match the target. If we're supporting windows, we should reconfigure
gcc to use 16-bit wide characters. However, you'll have to rebuild
*all* of libc to support them properly (after fixing the wchar type in
the system headers).
- Raw text -