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


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: Add missing letter in LC_COLLATE for no_NO


I recently discovered that the 'eth' letter is missing from LC_COLLATE
in Norwegian.  It should sort as the letter 'd', according to
<URL:http://std.dkuug.dk/cultreg/registrations/narrative/nb_NO,_4.5>.
I copied the entry and order from da_DK, as Danish is using similar
sorting rules as the Norwegian ones.

2003-06-21  Petter Reinholdtsen  <pere@hungry.com>

	* locales/no_NO [LC_COLLATE]: Add missing eth letter, sorted as
	latin letter d.

Index: localedata/locales/no_NO
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/no_NO,v
retrieving revision 1.9
diff -u -3 -p -u -r1.9 no_NO
--- localedata/locales/no_NO	26 Oct 2000 23:22:57 -0000	1.9
+++ localedata/locales/no_NO	21 Jun 2003 07:20:12 -0000
@@ -1056,6 +1056,8 @@ UNDEFINED	IGNORE;IGNORE;IGNORE
 <U1E13>	<U0044>;<MACRON+CIRCUMFLEX>;<SMALL>;IGNORE
 <U1E0E>	<U0044>;<LINE-BELOW>;<CAPITAL>;IGNORE
 <U1E0F>	<U0044>;<LINE-BELOW>;<SMALL>;IGNORE
+<U00D0>	<U0044>;<U00D0>;<CAPITAL>;IGNORE %LATIN CAPITAL LETTER ETH (Icelandic)
+<U00F0>	<U0044>;<U00D0>;<SMALL>;IGNORE   %LATIN SMALL LETTER ETH (Icelandic)
 <d8>
 <U0045>	<U0045>;<NONE>;<CAPITAL>;IGNORE
 <U0065>	<U0045>;<NONE>;<SMALL>;IGNORE


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