This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] RFA: -finput-charset support


On Mon, 2004-02-02 at 15:36, Zack Weinberg wrote:
> Eric Christopher <echristo@redhat.com> writes:
> 
> > How's this? Zack? Neil?
> 
> > +    <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>
> 
> I'm sorry, that reads incoherently.  How about this?
> 

Yeah. I know. :)

>    <li>The C, C++, and Objective-C compilers can now handle source
>    files written in any character encoding supported by the host C
>    library.  The default input character set is taken from the current
>    locale, and may be overridden with the <code>-finput-charset</code>
>    command line option.  In the future we will add support for inline
>    encoding markers.</li>

Much better.

-eric

-- 
Eric Christopher <echristo@redhat.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]