This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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
 
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]