From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27883 invoked by alias); 31 Oct 2005 02:03:55 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 27865 invoked by uid 48); 31 Oct 2005 02:03:55 -0000 Date: Mon, 31 Oct 2005 02:03:00 -0000 Message-ID: <20051031020355.27864.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/24552] Encoding alias "EUC_JP" missing In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "hnakamur at good-day dot co dot jp" X-SW-Source: 2005-q4/txt/msg00251.txt.bz2 List-Id: ------- 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