This is the mail archive of the cygwin mailing list for the Cygwin 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: The C locale


2009/9/29 Corinna Vinschen <corinna-cygwin@cygwin.com>:
> I asked if the default charset for the japanese language should be set
> to EUCJP rather than SJIS. ÂThe actual implementation would have been
> like this
>
> Âif (lang="xx or lang="xx_XX" with x in [a-z] and X in [A-Z]?)
> Â Âset_charset_from_codepage()
>
> Âset_charset_from_codepage()
> Â{
> Â Âswitch (GetANSI ())
> Â Â[...]
> Â Âcase 932:
> Â Â Âcharset="EUCJP" Â Â<-- Instead of the current `charset="SJIS"
> Â Â[...]
> Â}

I think that it is not good for Japanese users because EUCJP doesn't
become substitution of SJIS.
-- 
IWAMURO Motnori <http://vmi.jp/>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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