>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:

Georg> No. They use the wchar_t stuff from the C library for wide
Georg> strings internally. If that is usable (e.g. on linux) we can as
Georg> well use it directly.

Georg> The attached patch does that. I am very tempted to apply it and
Georg> have the windows people look for a solution for their platform.
Georg> If such a solution is found we can still decide whether we use
Georg> it always or only on windows.

This is not a regression for windows anyway, right? I'd say to put the
patch in, except that it might be better to define a
USE_LIBC_WCHAR_SUPPORT (or something more explicit) define instead of
+#if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4

I am not sure where it should be defined, though.

JMarc

Reply via email to