This is the mail archive of the gcc-bugs@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]

[Bug libgcj/24552] Encoding alias "EUC_JP" missing



------- Comment #2 from hnakamur at good-day dot co dot jp  2005-10-31 02:03 -------
Yes, this is related to PR14358, but this is different from that.

Bug25552: EUC_JP
 PR14358: eucJP

We need both of aliases above. We also need the alias named "euc-jp".
So we need the three lines below.

hash.put ("euc-jp", "EUCJIS");
hash.put ("euc_jp", "EUCJIS");
hash.put ("eucjp", "EUCJIS");


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24552


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