[PATCH] RFA: -finput-charset support

Eric Christopher echristo@redhat.com
Mon Feb 2 22:07:00 GMT 2004


On Fri, 2004-01-30 at 05:06, Gerald Pfeifer wrote:
> On Thu, 29 Jan 2004, Eric Christopher wrote:
> > Here's the final patch to add input character set support into gcc. It
> > fixes a few regressions (PR 11439) so I'd like to put it into 3.4 as
> > well (since the first patch was also in there and this is finishing up
> > that work and fixing it as well).
> 
> Would you mind adding a note to gcc-3.4/changes.html announcing/explaining 
> this improvement?

How's this? Zack? Neil?

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.92
diff -u -p -w -r1.92 changes.html
--- changes.html	28 Jan 2004 22:50:11 -0000	1.92
+++ changes.html	2 Feb 2004 22:06:46 -0000
@@ -245,6 +245,11 @@
         and will be removed.</li>
     <li>Many C math library functions are now recognized as built-ins
and
 	optimized.</li>
+    <li>CPPLIB now handles translation according to 5.1.1.2 in the ISO
+	C standard using -finput-charset. The default character set to
+	determine whether or not translation is required is the language
+	set in the locale, otherwise translation to the internal source
+	character set (UTF-8/UTF-EBCDIC) happens.</li>
   </ul>
 
 <h3>C++</h3>


-- 
Eric Christopher <echristo@redhat.com>



More information about the Gcc-patches mailing list