• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
3<!-- Copyright © 1991-2013 Unicode, Inc.
4CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
5For terms of use, see http://www.unicode.org/copyright.html -->
6<supplementalData>
7	<version number="$Revision: 12243 $" />
8	<transforms>
9		<transform source="dsb" target="dsb_FONIPA" direction="forward" draft="contributed" alias="dsb-fonipa-t-dsb">
10			<tRule>
11# Transforms Lower Sorbian (dsb) to its IPA transcription (dsb_FONIPA).
12# http://en.wikipedia.org/wiki/Sorbian_alphabet
13
14# Transform input to normalized form NFC, and to lowercase.
15::NFC;
16::Lower;
17
18a → a ;
19b́ → bʲ ; # old spelling
20bj → bʲ ; # modern spelling
21b → b ;
22ch → x ;
23č → t \u0361 ʃ ; # affricate indicated by ligature tie
24ć → t \u0361 ɕ ; # affricate indicated by ligature tie
25c → t \u0361 s ; # affricate indicated by ligature tie
26dź → d \u0361 ʑ ; # affricate indicated by ligature tie
27d → d ;
28ě → iɪ̯;
29e → ɛ ;
30f → f ;
31g → ɡ ;
32h → h ;
33i → i ;
34j → j ;
35k → k ;
36ł → v ;
37l → l ;
38ḿ → mʲ ; # old spelling
39mj → mʲ ; # modern spelling
40m → m ;
41ń → ɲ ;
42n → n ;
43ó → ɛ ;
44o → ɔ ;
45ṕ → pʲ ; # old spelling
46pj → pʲ ; # modern spelling
47p → p ;
48ř → ʃ ;
49ŕ → rʲ ;
50r → r ;
51š → ʃ ;
52ś → ɕ ;
53s → s ;
54t → t ;
55u → u ;
56ẃ → wʲ ; # old spelling
57wj → wʲ ; # modern spelling
58w → w ;
59y → ɨ ;
60ž → ʒ ;
61ź → ʑ ;
62z → z ;
63
64::NFC;
65
66# Assimilation.
67b } [k] → p ;
68d } [k] → t ;
69ʃt͡ɕ → ɕt͡ɕ ;
70
71# Final de-voicing.
72b } [$] → p ;
73d \u0361 z } [$] → t \u0361 s ;
74d } [$] → t ;
75ɡ } [$] → k ;
76v } [$] → f ;
77w } [$] → f ;
78ʑ } [$] → ɕ ;
79z } [$] → s ;
80ʒ } [$] → ʃ ;
81			</tRule>
82		</transform>
83	</transforms>
84</supplementalData>
85