From chinsan.tw@gmail.com  Sat Jul 15 10:49:56 2006
Return-Path: <chinsan.tw@gmail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 00B9016A4E1;
	Sat, 15 Jul 2006 10:49:55 +0000 (UTC)
	(envelope-from chinsan.tw@gmail.com)
Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5A743D45;
	Sat, 15 Jul 2006 10:49:55 +0000 (GMT)
	(envelope-from chinsan.tw@gmail.com)
Received: from smtp2.bc.hgc.com.tw (u14-109.u203-187.giga.net.tw [203.187.14.109])
	by smtp2.bc.hgc.com.tw (Postfix) with SMTP id C15832E970;
	Sat, 15 Jul 2006 18:49:55 +0800 (CST)
Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Sat, 15 Jul 2006 18:54:05 +0800
Message-Id: <20060715104955.C15832E970@smtp2.bc.hgc.com.tw>
Date: Sat, 15 Jul 2006 18:54:05 +0800
From: chinsan <chinsan.tw@gmail.com>
Reply-To: chinsan <chinsan.tw@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: delphij@FreeBSD.org,hrs@FreeBSD.org
Subject: [PATCH] zh_CN: Correct th last part of FPI(should be ISO 639 language code)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100334
>Category:       docs
>Synopsis:       [PATCH] zh_CN: Correct th last part of FPI(should be ISO 639 language code)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 15 10:50:21 GMT 2006
>Closed-Date:    Thu Jul 20 10:51:43 GMT 2006
>Last-Modified:  Thu Jul 20 10:51:43 GMT 2006
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun 2 16:44:35 CST 2006 root@chinsan2.twbbs.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
 - Correct th last part of FPI(should be ISO 639 language code)
  As a result of http://lists.freebsd.org/pipermail/freebsd-doc/2006-July/010736.html
  hrs@: "The last part of FPI have to be a language code, not a country code, specified in ISO 639"
  Accroding to /usr/share/misc/iso639, zh_CN.GB2312 should take "ZH" as the last part of FPI.




>How-To-Repeat:
	
>Fix:

	

--- zh_CN.GB2312.FPI.diff begins here ---
diff -ruN zh_CN.GB2312/share/sgml.orig/catalog zh_CN.GB2312/share/sgml/catalog
--- zh_CN.GB2312/share/sgml.orig/catalog	Sat Jul 15 18:45:03 2006
+++ zh_CN.GB2312/share/sgml/catalog	Sat Jul 15 18:46:07 2006
@@ -14,10 +14,10 @@
 PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
 	"l10n.ent"
 -- Addition to en_US, opened in l10n.ent. --
-PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//CN"
+PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//ZH"
 	"authors.ent"
 -- Chinese-specific, opened in l10n.ent. --
-PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//CN"
+PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//ZH"
 	"authors-in-author-tag.ent"
 -- Override en_US --
 PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
diff -ruN zh_CN.GB2312/share/sgml.orig/l10n.ent zh_CN.GB2312/share/sgml/l10n.ent
--- zh_CN.GB2312/share/sgml.orig/l10n.ent	Sat Jul 15 18:45:03 2006
+++ zh_CN.GB2312/share/sgml/l10n.ent	Sat Jul 15 18:46:50 2006
@@ -16,11 +16,11 @@
 
 <!ENTITY % output.for.print "IGNORE">
 
-<!ENTITY % authors.cn PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//CN">
+<!ENTITY % authors.cn PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//ZH">
 %authors.cn;
 
 <!ENTITY % authors.in.author.tag.cn
-    PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//CN">
+    PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//ZH">
 %authors.in.author.tag.cn;
 
 <!ENTITY cnproj.freebsd.org "FreeBSD ļƻ">
--- zh_CN.GB2312.FPI.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->delphij 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Sun Jul 16 14:09:44 UTC 2006 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100334 
State-Changed-From-To: open->closed 
State-Changed-By: delphij 
State-Changed-When: Thu Jul 20 10:51:30 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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