This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/31939] Command line arguments are byteswapped before being passed to the program runing in custom locale.
- From: "serg at vostok dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 May 2007 17:11:44 -0000
- Subject: [Bug libgcj/31939] Command line arguments are byteswapped before being passed to the program runing in custom locale.
- References: <bug-31939-14546@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from serg at vostok dot net 2007-05-15 18:11 -------
Created an attachment (id=13559)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13559&action=view)
A hack to use UCS-2-INTERNAL instead of plain UCS-2
For subject 1.
Works only for those who actually have UCS-2-INTERNAL. That's at least all GNU
libiconv users. Shown here to point out that there are only 2 files of source
code to change.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31939