This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/24552] Encoding alias "EUC_JP" missing
- From: "hnakamur at good-day dot co dot jp" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Oct 2005 02:03:54 -0000
- Subject: [Bug libgcj/24552] Encoding alias "EUC_JP" missing
- References: <bug-24552-11600@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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