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] Test sorting order for tr_TR


I got a sorting order test from the tr_TR author.  Please include in
CVS.  There is the changelog entry for localedata/ChangeLog: I hope
the UTF-8 encoded file survived this email.

2004-07-17  Petter Reinholdtsen  <pere@hungry.com>

	* Makefile (test-input): Add tr_TR.UTF-8 sorting test.  Test case
	for BZ #19.
	* tr_TR.in: New file

Index: localedata/Makefile
===================================================================
RCS file: /cvs/glibc/libc/localedata/Makefile,v
retrieving revision 1.100
diff -u -3 -p -u -r1.100 localedata/Makefile
--- localedata/Makefile	20 Nov 2003 23:31:38 -0000	1.100
+++ localedata/Makefile	17 Jul 2004 10:52:32 -0000
@@ -41,7 +41,7 @@ test-srcs := collate-test xfrm-test tst-
 	     tst-mbswcs1 tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5 \
 	     tst-ctype tst-wctype tst-langinfo tst-numeric
 test-input := de_DE.ISO-8859-1 en_US.ISO-8859-1 da_DK.ISO-8859-1 \
-	      hr_HR.ISO-8859-2 sv_SE.ISO-8859-1
+	      hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 tr_TR.UTF-8
 test-input-data = $(addsuffix .in, $(basename $(test-input)))
 test-output := $(foreach s, .out .xout, \
 			 $(addsuffix $s, $(basename $(test-input))))
Index: localedata/Makefile
===================================================================
diff -u -3 -p -u -r1.100 localedata/tr_TR.in
--- localedata/tr_TR.in	Thu Jan  1 01:00:00 1970
+++ localedata/tr_TR.in	Sat Jul 17 12:45:29 2004
@@ -0,0 +1,126 @@
+A
+a
+Ã
+ÃÂ
+alem
+ÃÂlem
+Amasya
+ana
+anÄÂ
+bakkal
+bardak
+Bolu
+Ceyhan
+cuma
+cumhur
+Ã
+ÃÂ
+ÃankÄÂrÄÂ
+ÃÂok
+ÃÂorba
+deniz
+derin
+DiyarbakÄÂr
+Edirne
+ezel
+eziyet
+Fatsa
+fincan
+firavun
+ganÃÂ
+gaz
+GÃÂmÃÅÂhane
+Ä
+Ä
+hala
+hÃÂlÃÂ
+havlu
+Havza
+I
+ÄÂ
+IÄdÄÂr
+ÄÂslak
+ÄÂspanak
+ÄÂ
+i
+Ã
+ÃÂ
+imlÃÂ
+imza
+ÄÂstanbul
+jale
+jandarma
+Japonya
+kÃÄÂÄÂt
+KÄÂrÄÂkkale
+kimlik
+kiraz
+lÃÂle
+limon
+lira
+LÃÂleburgaz
+Mardin
+mesih
+mesÃÂh
+meskup
+meskÃÂp
+mÃÂhÃÂr
+mÃÂstesna
+neden
+nezle
+NiÄde
+okÃÂu
+OktaÅ
+okul
+Ordu
+Ã
+ÃÂ
+ÃdemiÅ
+ÃÂrdek
+ÃÂrnek
+pÄÂrasa
+pÄÂrlanta
+Plevne
+quantum
+Quebec
+Recai
+Rize
+rÃÂya
+rÃÂzgar
+Samsun
+selÃÂm
+sÃÂpÃÂrge
+sÃÂrahi
+Å
+Å
+Åemsiye
+Åerbet
+ÅereflikoÃÂhisar
+tÄÂmar
+tÄÂrnak
+Trabzon
+U
+u
+Ã
+ÃÂ
+Urfa
+uygar
+uyluk
+Ã
+ÃÂ
+ÃskÃÂdar
+ÃÂzgÃÂn
+ÃÂzÃÂm
+Van
+vilÃÂyet
+virane
+wall
+Washington
+xanadu
+Xman
+yaÄmur
+yar
+Yozgat
+zehir
+zeki
+Zonguldak


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