This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] [MinGW] PR libgcj/29151 Unconditionally create UNICODE environment
- From: Andrew Haley <aph at redhat dot com>
- To: Marco Trudel <mtrudel at gmx dot ch>
- Cc: gnustuff at thisiscool dot com, java-patches at gcc dot gnu dot org
- Date: Sun, 26 Nov 2006 16:36:24 +0000
- Subject: Re: [PATCH] [MinGW] PR libgcj/29151 Unconditionally create UNICODE environment
- References: <BASRA8C8WVYVOJ2ZM84A5T4W84M04.455e7452@d9300> <4569C064.9020202@gmx.ch>
Marco Trudel writes:
> Mohan Embar wrote:
> >
> > This fixes PR libgcj/29151. We were specifying the
> > CREATE_UNICODE_ENVIRONMENT for the CreateProcess()
> > call, but were not creating one except for UNICODE
> > builds.
> >
> > This is for the 4.2 branch. I would have committed
> > it without asking except that I don't know whether
> > we're allowed to commit things here at the moment.
>
> Was there any progress in committing it? I think there won't be
> much feedback for the patch because it's a mingw one and most main
> developers don't care about mingw.
Huh!
> I tested it and it looks good to me.
This is OK for the branch.
Andrew.