Bug 51085

Summary: [locale] FreeBSD is missing ja_JP.eucJP locale.
Product: Base System Reporter: Yamazaki Atsushi <ats>
Component: confAssignee: freebsd-i18n (Nobody) <i18n>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Yamazaki Atsushi 2003-04-17 10:50:06 UTC
FreeBSD is missing ja_JP.eucJP locale.

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



-/*
- * 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--JblxfNfRrxjjAx8wxwjHwcvJLBMaKfeH4RLvjCWcGfxi8mi7
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- /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
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2003-05-06 22:12:42 UTC
Responsible Changed
From-To: freebsd-bugs->ache

Over to locale maintainer.
Comment 2 Andrey A. Chernov freebsd_committer freebsd_triage 2003-05-06 23:49:10 UTC
State Changed
From-To: open->patched

Fixed in -current long time ago
Comment 3 Yamazaki Atsushi 2003-05-07 05:04:58 UTC
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.
Comment 4 Gavin Atkinson 2007-05-09 18:18:26 UTC
Hi,

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

Thanks,

Gavin
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-05-09 22:34:57 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"
Comment 6 Andrey A. Chernov freebsd_committer freebsd_triage 2008-09-16 15:08:49 UTC
Responsible Changed
From-To: ache->reebsd-bugs

Return to freebsd-bugs, I don't have -stable machine convenient for merging.
Comment 7 Andrey A. Chernov freebsd_committer freebsd_triage 2008-09-16 15:11:15 UTC
Responsible Changed
From-To: reebsd-bugs->freebsd-bugs

Fix typo
Comment 8 Gavin Atkinson freebsd_committer freebsd_triage 2009-06-05 14:34:51 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-i18n

Over to maintainer(s)
Comment 9 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-12 23:59:22 UTC
State Changed
From-To: patched->closed

This one is available in stable/7, therefore closing.