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]

transliteration for danish locale



Similarly, the Danish A WITH RING ABOVE rule belongs in the Danish locale.


2000-10-29  Bruno Haible  <haible@clisp.cons.org>

	* locales/da_DK (LC_CTYPE): Include translit_combining, add A-ring
	transliteration rules.

*** glibc-20001010/localedata/locales/da_DK.bak	Wed Jul 12 18:11:50 2000
--- glibc-20001010/localedata/locales/da_DK	Mon Oct 30 01:36:54 2000
***************
*** 2135,2140 ****
--- 2135,2153 ----
  
  LC_CTYPE
  copy "i18n"
+ 
+ translit_start
+ 
+ include "translit_combining";""
+ 
+ % Danish.
+ % LATIN CAPITAL LETTER A WITH RING ABOVE.
+ <U00C5> "<U0041><U030A>";"<U0041><U0041>"
+ % LATIN SMALL LETTER A WITH RING ABOVE.
+ <U00E5> "<U0061><U030A>";"<U0061><U0061>"
+ 
+ translit_end
+ 
  END LC_CTYPE
  
  LC_MONETARY

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