patch: Use the same sorting order in nn_NO as in no_NO

Petter Reinholdtsen pere@hungry.com
Sun May 18 08:11:00 GMT 2003


The sorting order for Norwegian Nynorsk is wrong.  It should sort æ, ø
and å in that order after z, but it doesn't.  The fix is to make sure
it sorts the same way as Norwegian (no_NO).

2003-05-18  Petter Reinholdtsen  <pere@hungry.com>

	* locales/nn_NO: Use the same sorting order in Norwegian Nynorsk
	as in Norwegian.

Index: localedata/locales/nn_NO
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/nn_NO,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 nn_NO
--- localedata/locales/nn_NO    26 Oct 2000 23:22:57 -0000      1.2
+++ localedata/locales/nn_NO    18 May 2003 08:10:56 -0000
@@ -36,10 +36,7 @@ copy "i18n"
 END LC_CTYPE

 LC_COLLATE
-
-% Copy the template from ISO/IEC 14651
-copy "iso14651_t1"
-
+copy "no_NO"
 END LC_COLLATE




More information about the Libc-alpha mailing list