From ats@ats.zive.net  Thu Apr 17 02:43:14 2003
Return-Path: <ats@ats.zive.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 135BD37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Apr 2003 02:43:14 -0700 (PDT)
Received: from ats.zive.net (203-165-185-12.home.ne.jp [203.165.185.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0469F43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Apr 2003 02:43:13 -0700 (PDT)
	(envelope-from ats@ats.zive.net)
Received: from ats.zive.net (localhost [127.0.0.1])
	by ats.zive.net (8.12.3/8.12.3) with ESMTP id h3H9hB3f034637
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Apr 2003 18:43:11 +0900 (JST)
	(envelope-from ats@ats.zive.net)
Received: (from ats@localhost)
	by ats.zive.net (8.12.3/8.12.3/Submit) id h3H9hBDJ034636;
	Thu, 17 Apr 2003 18:43:11 +0900 (JST)
Message-Id: <200304170943.h3H9hBDJ034636@ats.zive.net>
Date: Thu, 17 Apr 2003 18:43:11 +0900 (JST)
From: Yamazaki Atsushi <ats@mbi.nifty.com>
Reply-To: Yamazaki Atsushi <ats@mbi.nifty.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: FreeBSD is missing ja_JP.eucJP locale.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51085
>Category:       conf
>Synopsis:       [locale] FreeBSD is missing ja_JP.eucJP locale.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-i18n
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 17 02:50:06 PDT 2003
>Closed-Date:    Fri Jun 12 22:59:48 UTC 2009
>Last-Modified:  Fri Jun 12 22:59:48 UTC 2009
>Originator:     Yamazaki Atsushi
>Release:        FreeBSD 4.8-RC2 i386
>Organization:
no
>Environment:
System: FreeBSD rith.ari.zive.net 4.8-RC2 FreeBSD 4.8-RC2 #0: Mon Mar 24 02:29:09 JST 2003     ats@ari.zive.net:/usr/src/sys/compile/RITH  i386



>Description:
FreeBSD is missing ja_JP.eucJP locale.

>How-To-Repeat:
>Fix:

change ja_JP.eucJP.src to like ko_KR.eucKR.src

--- /usr/src/share/mklocale/ja_JP.eucJP.src.old Wed Feb 27 01:58:42 2002
+++ /usr/src/share/mklocale/ja_JP.eucJP.src     Wed Apr 17 11:02:33 2003
 IDEOGRAM        0xf3a1 - 0xf3fe
 IDEOGRAM        0xf4a1 - 0xf4a4

-/*
- * This is for Code Set 3, half-width kana
- */
-SPECIAL         0xa1 - 0xdf
-PHONOGRAM       0xa1 - 0xdf
-CONTROL         0x84 - 0x97 0x9b - 0x9f 0xe0 - 0xfe
+/* We don't have codeset 3 and 4.
+   So codeset 3 is only dummy definition
+ */
+PRINT        0xa1 - 0xfe
+SPECIAL      0xa1 - 0xfe

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->ache 
Responsible-Changed-By: johan 
Responsible-Changed-When: Tue May 6 14:12:42 PDT 2003 
Responsible-Changed-Why:  
Over to locale maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51085 
State-Changed-From-To: open->patched 
State-Changed-By: ache 
State-Changed-When: Tue May 6 15:49:10 PDT 2003 
State-Changed-Why:  
Fixed in -current long time ago 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51085 

From: ats@mbi.nifty.com
To: freebsd-gnats-submit@FreeBSD.org, ats@mbi.nifty.com
Cc:  
Subject: Re: misc/51085: FreeBSD is missing ja_JP.eucJP locale.
Date: Wed, 07 May 2003 13:04:58 +0900

 this probrem is not fixed.
 
 "\243\364\243\345\243\363\243\364.txt" is right japanese filename.
 ("test.txt" with EUC-JP)
 but /bin/ls displays this file 
 "\243?\243?\243?\243?.txt" with LANG=ja_JP.eucJP,
 bacause isprint(0364) == 0 in spite of isprint(0243) == 1.

From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To: bug-followup@FreeBSD.org, ats@mbi.nifty.com
Cc:  
Subject: Re: conf/51085: FreeBSD is missing ja_JP.eucJP locale.
Date: Wed, 09 May 2007 18:18:26 +0100

 Hi,
 
 Can you please confirm if this is still a problem with a more recent
 version of FreeBSD?
 
 Thanks,
 
 Gavin

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/51085: commit references a PR
Date: Wed,  9 May 2007 21:34:57 +0000 (UTC)

 ache        2007-05-09 21:34:51 UTC
 
   FreeBSD src repository
 
   Modified files:
     share/mklocale       ja_JP.eucJP.src 
   Log:
   Use dummy definitions for codeset 3 and 4 like in ko_KR.eucKR.src
   
   PR:             51085
   Submitted by:   Yamazaki Atsushi <ats@mbi.nifty.com>
   
   Revision  Changes    Path
   1.5       +5 -6      src/share/mklocale/ja_JP.eucJP.src
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
Responsible-Changed-From-To: ache->reebsd-bugs 
Responsible-Changed-By: ache 
Responsible-Changed-When: Tue Sep 16 14:08:49 UTC 2008 
Responsible-Changed-Why:  
Return to freebsd-bugs, I don't have -stable machine convenient for merging. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51085 
Responsible-Changed-From-To: reebsd-bugs->freebsd-bugs 
Responsible-Changed-By: ache 
Responsible-Changed-When: Tue Sep 16 14:11:15 UTC 2008 
Responsible-Changed-Why:  
Fix typo 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51085 
Responsible-Changed-From-To: freebsd-bugs->freebsd-i18n 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Fri Jun 5 13:34:51 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer(s) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51085 
State-Changed-From-To: patched->closed 
State-Changed-By: edwin 
State-Changed-When: Fri Jun 12 22:59:22 UTC 2009 
State-Changed-Why:  
This one is available in stable/7, therefore closing. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51085 
>Unformatted:
