[Bug libgcj/24552] Encoding alias EUC_JP missing

2005-11-04 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2005-11-04 15:09 --- Fix is on 4.0 branch and trunk. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/24552] Encoding alias EUC_JP missing

2005-10-31 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2005-10-31 17:48 --- I'll handle this. I agree, we need this alias. That particular part of the code is generated by the script libjava/scripts/encodings.pl. Looking at the current IANA character-sets file, I see there is only this:

[Bug libgcj/24552] Encoding alias EUC_JP missing

2005-10-31 Thread hnakamur at good-day dot co dot jp
--- Comment #4 from hnakamur at good-day dot co dot jp 2005-11-01 01:48 --- You are correct that IANA character-sets file only contains two EUC-JP aliases: csEUCPkdFmtJapanese and EUC-JP. But actually there are many non-Java programs which use other aliases and do not accept above

[Bug libgcj/24552] Encoding alias EUC_JP missing

2005-10-30 Thread hnakamur at good-day dot co dot jp
--- 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.

[Bug libgcj/24552] Encoding alias EUC_JP missing

2005-10-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-27 13:59 --- Related to PR14358 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24552