[PATCH] Use the same sorting order in nn_NO as in nb_NO

Petter Reinholdtsen pere@hungry.com
Sun May 2 11:33:00 GMT 2004


Here is a patch to fix the sorting order for nn_NO.  It should sort
a-z, æ ø å like nb_NO and the official sortinger order in Norway
(NS4103).

2004-05-02  Petter Reinholdtsen  <pere@hungry.com>

	* locales/nn_NO: Use the same sorting order in Norwegian Nynorsk
	(nn_NO) as in Norwegian Bokmål (nb_NO). [BZ #74]


Index: localedata/locales/nn_NO
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/nn_NO,v
retrieving revision 1.3
diff -u -3 -p -u -r1.3 nn_NO
--- localedata/locales/nn_NO	4 Dec 2003 04:49:56 -0000	1.3
+++ localedata/locales/nn_NO	11 Mar 2004 15:56:09 -0000
@@ -36,10 +36,7 @@ copy "i18n"
 END LC_CTYPE
 
 LC_COLLATE
-
-% Copy the template from ISO/IEC 14651
-copy "iso14651_t1"
-
+copy "nb_NO"
 END LC_COLLATE
 
 



More information about the Libc-hacker mailing list