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

hnakamur at good-day dot co dot jp gcc-bugzilla@gcc.gnu.org
Mon Oct 31 02:03:00 GMT 2005



------- 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



More information about the Java-prs mailing list