File: iso-r_9.xml

package info (click to toggle)
liblingua-translit-perl 0.29-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 824 kB
  • sloc: xml: 7,707; perl: 416; makefile: 37
file content (638 lines) | stat: -rw-r--r-- 19,723 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE translit SYSTEM "translit.dtd">


<!--

  Transliteration definitions for ISO/R 9:1954

  Copyright (C) 2015 Dusan Vuckovic <dusan@dvuckovic.com>

  See http://en.wikipedia.org/wiki/ISO_9 for an introduction.

-->


<translit>

    <!-- meta information -->

    <name>ISO/R 9</name>
    <desc>ISO/R 9:1954, Cyrillic to Latin</desc>
    <reverse>true</reverse>


    <!-- set of transliteration rules -->
    <!-- Hexnotation of Unicode codepoints, letter names according
        to Unicode Standard 5.0
        Abbreviations:
        CCL = CYRILLIC CAPITAL LETTER
        CSL = CYRILLIC SMALL LETTER
        LCL = LATIN CAPITAL LETTER
        LSL = LATIN SMALL LETTER
    -->

    <rules>

        <rule>
            <from>&#x0410;</from>       <!-- CCL A -->
            <to>&#x0041;</to>           <!-- LCL A -->
        </rule>

        <rule>
            <from>&#x0430;</from>       <!-- CSL A -->
            <to>&#x0061;</to>           <!-- LSL A -->
        </rule>

        <rule>
            <from>&#x0411;</from>       <!-- CCL BE -->
            <to>&#x0042;</to>           <!-- LCL B -->
        </rule>

        <rule>
            <from>&#x0431;</from>       <!--CSL BE -->
            <to>&#x0062;</to>           <!--LSL B -->
        </rule>

        <rule>
            <from>&#x0412;</from>       <!--CCL VE -->
            <to>&#x0056;</to>           <!--LCL V -->
        </rule>

        <rule>
            <from>&#x0432;</from>       <!--CSL VE -->
            <to>&#x0076;</to>           <!--LSL V -->
        </rule>

        <rule>
            <from>&#x0413;</from>       <!--CCL GHE -->
            <to>&#x0047;</to>           <!--LCL G -->
        </rule>

        <rule>
            <from>&#x0433;</from>       <!--CSL GHE -->
            <to>&#x0067;</to>           <!--LSL G -->
        </rule>

        <rule>
            <from>&#x0490;</from>       <!--CCL GHE WITH UPTURN -->
            <to>&#x0047;&#x0300;</to>   <!--LCL G WITH COMBINING GRAVE ACCENT-->
        </rule>

        <rule>
            <from>&#x0491;</from>       <!--CSL GHE WITH UPTURN -->
            <to>&#x0067;&#x0300;</to>   <!--LCL G WITH COMBINING GRAVE ACCENT-->
        </rule>

        <rule>
            <from>&#x0414;</from>       <!-- CCL DE -->
            <to>&#x0044;</to>           <!-- LCL D -->
        </rule>

        <rule>
            <from>&#x0434;</from>       <!-- CSL DE -->
            <to>&#x0064;</to>           <!-- LSL D -->
        </rule>

        <rule>
            <from>&#x0403;</from>       <!-- CCL GJE -->
            <to>&#x01F4;</to>           <!-- LCL G WITH ACUTE -->
        </rule>

        <rule>
            <from>&#x0453;</from>       <!-- CSL GJE -->
            <to>&#x01F5;</to>           <!-- LSL G WITH ACUTE -->
        </rule>

        <rule>
            <from>&#x0402;</from>       <!-- CCL DJE -->
            <to>&#x0110;</to>           <!-- LCL D WITH STROKE -->
        </rule>

        <rule>
            <from>&#x0452;</from>       <!-- CSL DJE -->
            <to>&#x0111;</to>           <!-- LSL D WITH STROKE -->
        </rule>

        <rule>
            <from>&#x0415;</from>       <!-- CCL YE -->
            <to>&#x0045;</to>           <!-- LCL E -->
        </rule>

        <rule>
            <from>&#x0435;</from>       <!-- CSL YE -->
            <to>&#x0065;</to>           <!-- LSL E -->
        </rule>

        <rule>
            <from>&#x0401;</from>       <!-- CCL YO -->
            <to>&#x00CB;</to>           <!-- LCL E WITH DIAERESIS -->
        </rule>

        <rule>
            <from>&#x0451;</from>       <!-- CSL YO -->
            <to>&#x00EB;</to>           <!-- LSL E WITH DIAERESIS -->
        </rule>

        <rule>
            <from>&#x0404;</from>       <!-- CCL UKRAINIAN YE -->
            <to>&#x004A;&#x0065;</to>   <!-- LCL J WITH LSL E -->
        </rule>

        <rule>
            <from>&#x0454;</from>       <!-- CSL UKRAINIAN YE -->
            <to>&#x006A;&#x0065;</to>   <!-- LSL J WITH LSL E -->
        </rule>

        <rule>
            <from>&#x0416;</from>       <!-- CCL ZHE -->
            <to>&#x017D;</to>           <!-- LCL Z WITH CARON -->
        </rule>

        <rule>
            <from>&#x0436;</from>       <!-- CSL ZHE -->
            <to>&#x017E;</to>           <!-- LSL Z WITH CARON -->
        </rule>

        <rule>
            <from>&#x0417;</from>       <!-- CCL ZE -->
            <to>&#x005A;</to>           <!-- LCL Z -->
        </rule>

        <rule>
            <from>&#x0437;</from>       <!-- CSL ZE -->
            <to>&#x007A;</to>           <!-- LSL Z -->
        </rule>

        <rule>
            <from>&#x0405;</from>       <!-- CCL DZE -->
            <to>&#x0044;&#x007A;</to>   <!-- LCL D WITH LSL Z -->
        </rule>

        <rule>
            <from>&#x0455;</from>       <!-- CSL DZE -->
            <to>&#x0064;&#x007A;</to>   <!-- LSL D WITH LSL Z -->
        </rule>

        <rule>
            <from>&#x0418;</from>       <!-- CCL I -->
            <to>&#x0049;</to>           <!-- LCL I -->
        </rule>

        <rule>
            <from>&#x0438;</from>       <!-- CSL I -->
            <to>&#x0069;</to>           <!-- LSL I -->
        </rule>

        <rule>
            <from>&#x0406;</from>       <!-- CCL DOTTED I -->
            <to>&#x0049;</to>           <!-- LCL I -->
        </rule>

        <rule>
            <from>&#x0456;</from>       <!-- CSL DOTTED I -->
            <to>&#x0069;</to>           <!-- LSL I -->
        </rule>

        <rule>
            <from>&#x0407;</from>       <!-- CCL YI -->
            <to>&#x004A;&#x0069;</to>   <!-- LCL J WITH LSL I -->
        </rule>

        <rule>
            <from>&#x0457;</from>       <!-- CSL YI -->
            <to>&#x006A;&#x0069;</to>   <!-- LSL J WITH LSL I -->
        </rule>

        <rule>
            <from>&#x0419;</from>       <!-- CCL SHORT I -->
            <to>&#x004A;</to>           <!-- LCL J -->
        </rule>

        <rule>
            <from>&#x0439;</from>       <!-- CSL SHORT I -->
            <to>&#x006A;</to>           <!-- LSL J -->
        </rule>

        <rule>
            <from>&#x0408;</from>       <!-- CCL JE -->
            <to>&#x004A;</to>           <!-- LCL J -->
        </rule>

        <rule>
            <from>&#x0458;</from>       <!-- CSL JE -->
            <to>&#x006A;</to>           <!-- LSL J -->
        </rule>

        <rule>
            <from>&#x041A;</from>       <!-- CCL KA -->
            <to>&#x004B;</to>           <!-- LCL K -->
        </rule>

        <rule>
            <from>&#x043A;</from>       <!-- CSL KA -->
            <to>&#x006B;</to>           <!-- LSL K -->
        </rule>

        <rule>
            <from>&#x041B;</from>       <!-- CCL EL -->
            <to>&#x004C;</to>           <!-- LCL L -->
        </rule>

        <rule>
            <from>&#x043B;</from>       <!-- CSL EL -->
            <to>&#x006C;</to>           <!-- LSL L -->
        </rule>

        <rule>
            <from>&#x0409;</from>       <!-- CCL LJE -->
            <to>&#x004C;&#x004A;</to>   <!-- LCL L WITH LSL J -->
            <!--
                The capital hard sign is very seldom in use.
                It may be capital, if everything is written in upper
                case - therefore this context may help to identify the
                upper case when transliteration is used reverse.
            -->
            <context>
                <after>\p{IsUpper}</after>
            </context>
        </rule>

        <rule>
            <from>&#x0409;</from>       <!-- CCL LJE -->
            <to>&#x004C;&#x006A;</to>   <!-- LCL L WITH LSL J -->
        </rule>

        <rule>
            <from>&#x0459;</from>       <!-- CSL LJE -->
            <to>&#x006C;&#x006A;</to>   <!-- LSL L WITH LSL J -->
        </rule>

        <rule>
            <from>&#x041C;</from>       <!-- CCL EM -->
            <to>&#x004D;</to>           <!-- LCL M -->
        </rule>

        <rule>
            <from>&#x043C;</from>       <!-- CSL EM -->
            <to>&#x006D;</to>           <!-- LSL M -->
        </rule>

        <rule>
            <from>&#x041D;</from>       <!-- CCL EN -->
            <to>&#x004E;</to>           <!-- LCL N -->
        </rule>

        <rule>
            <from>&#x043D;</from>       <!-- CSL EN -->
            <to>&#x006E;</to>           <!-- LSL N -->
        </rule>

        <rule>
            <from>&#x040A;</from>       <!-- CCL NJE -->
            <to>&#x004E;&#x004A;</to>   <!-- LCL N WITH LCL J -->
            <!--
                The capital hard sign is very seldom in use.
                It may be capital, if everything is written in upper
                case - therefore this context may help to identify the
                upper case when transliteration is used reverse.
            -->
            <context>
                <after>\p{IsUpper}</after>
            </context>
        </rule>

        <rule>
            <from>&#x040A;</from>       <!-- CCL NJE -->
            <to>&#x004E;&#x006A;</to>   <!-- LCL N WITH LSL J -->
        </rule>

        <rule>
            <from>&#x045A;</from>       <!-- CSL NJE -->
            <to>&#x006E;&#x006A;</to>   <!-- LSL N WITH LSL J -->
        </rule>

        <rule>
            <from>&#x041E;</from>       <!-- CCL O -->
            <to>&#x004F;</to>           <!-- LCL O -->
        </rule>

        <rule>
            <from>&#x043E;</from>       <!-- CSL O -->
            <to>&#x006F;</to>           <!-- LSL O -->
        </rule>

        <rule>
            <from>&#x041F;</from>       <!-- CCL PE -->
            <to>&#x0050;</to>           <!-- LCL P -->
        </rule>

        <rule>
            <from>&#x043F;</from>       <!-- CSL PE -->
            <to>&#x0070;</to>           <!-- LSL P -->
        </rule>

        <rule>
            <from>&#x0420;</from>       <!-- CCL ER -->
            <to>&#x0052;</to>           <!-- LCL R -->
        </rule>

        <rule>
            <from>&#x0440;</from>       <!-- CSL ER -->
            <to>&#x0072;</to>           <!-- LCL R -->
        </rule>

        <rule>
            <from>&#x0421;</from>       <!-- CCL ES -->
            <to>&#x0053;</to>           <!-- LCL S -->
        </rule>

        <rule>
            <from>&#x0441;</from>       <!-- CSL ES -->
            <to>&#x0073;</to>           <!-- LSL S -->
        </rule>

        <rule>
            <from>&#x0422;</from>       <!-- CCL TE -->
            <to>&#x0054;</to>           <!-- LCL T -->
        </rule>

        <rule>
            <from>&#x0442;</from>       <!-- CSL TE -->
            <to>&#x0074;</to>           <!-- LSL T -->
        </rule>

        <rule>
            <from>&#x040C;</from>       <!-- CCL KJE -->
            <to>&#x1E30;</to>           <!-- LCL K WITH ACUTE -->
        </rule>

        <rule>
            <from>&#x045C;</from>       <!-- CSL KJE -->
            <to>&#x1E31;</to>           <!-- LSL K WITH ACUTE -->
        </rule>

        <rule>
            <from>&#x040B;</from>       <!-- CCL TSHE -->
            <to>&#x0106;</to>           <!-- LCL C WITH ACUTE -->
        </rule>

        <rule>
            <from>&#x045B;</from>       <!-- CSL TSHE -->
            <to>&#x0107;</to>           <!-- LSL C WITH ACUTE -->
        </rule>

        <rule>
            <from>&#x0423;</from>       <!-- CCL U -->
            <to>&#x0055;</to>           <!-- LCL U -->
        </rule>

        <rule>
            <from>&#x0443;</from>       <!-- CSL U -->
            <to>&#x0075;</to>           <!-- LSL U -->
        </rule>

        <rule>
            <from>&#x040E;</from>       <!-- CCL SHORT U -->
            <to>&#x016C;</to>           <!-- LCL U WITH BREVE -->
        </rule>

        <rule>
            <from>&#x045E;</from>       <!-- CSL SHORT U -->
            <to>&#x016D;</to>           <!-- LCL U WITH BREVE -->
        </rule>

        <rule>
            <from>&#x0424;</from>       <!-- CCL EF -->
            <to>&#x0046;</to>           <!-- LCL F -->
        </rule>

        <rule>
            <from>&#x0444;</from>       <!-- CSL EF -->
            <to>&#x0066;</to>           <!-- LSL F -->
        </rule>

        <rule>
            <from>&#x0425;</from>       <!-- CCL HA -->
            <to>&#x0048;</to>           <!-- LCL H -->
        </rule>

        <rule>
            <from>&#x0445;</from>       <!-- CSL HA -->
            <to>&#x0068;</to>           <!-- LSL H -->
        </rule>

        <rule>
            <from>&#x0426;</from>       <!-- CCL TSE -->
            <to>&#x0043;</to>           <!-- LCL C -->
        </rule>

        <rule>
            <from>&#x0446;</from>       <!-- CSL TSE -->
            <to>&#x0063;</to>           <!-- LSL C -->
        </rule>

        <rule>
            <from>&#x0427;</from>       <!-- CCL CHE -->
            <to>&#x010C;</to>           <!-- LCL C WITH CARON -->
        </rule>

        <rule>
            <from>&#x0447;</from>       <!-- CSL CHE -->
            <to>&#x010D;</to>           <!-- LSL C WITH CARON -->
        </rule>

        <rule>
            <from>&#x040F;</from>       <!-- CCL DZHE -->
            <to>&#x0044;&#x017D;</to>   <!-- LCL D WITH LCL Z WITH CARON -->
            <!--
                The capital Dzhe sign is very seldom in use.
                It may be capital, if everything is written in upper
                case - therefore this context may help to identify the
                upper case when transliteration is used reverse.
            -->
            <context>
                <after>\p{IsUpper}</after>
            </context>
        </rule>

        <rule>
            <from>&#x040F;</from>       <!-- CCL DZHE -->
            <to>&#x0044;&#x017E;</to>   <!-- LCL D WITH LSL Z WITH CARON -->
        </rule>

        <rule>
            <from>&#x045F;</from>       <!-- CSL DZHE -->
            <to>&#x0064;&#x017E;</to>   <!-- LSL D WITH LSL Z WITH CARON -->
        </rule>

        <rule>
            <from>&#x0428;</from>       <!-- CCL SHA -->
            <to>&#x0160;</to>           <!-- LCL S WITH CARON -->
        </rule>

        <rule>
            <from>&#x0448;</from>       <!-- CSL SHA -->
            <to>&#x0161;</to>           <!-- LSL S WITH CARON -->
        </rule>

        <rule>
            <from>&#x0429;</from>       <!-- CCL SHCHA -->
            <to>&#x0160;&#x010C;</to>   <!-- LCL S WITH CARON WITH LSL C WITH CARON -->
        </rule>

        <rule>
            <from>&#x0449;</from>       <!-- CSL SHCHA -->
            <to>&#x0161;&#x010D;</to>   <!-- LSL S WITH CARON WITH LSL C WITH CARON -->
        </rule>

        <rule>
            <from>&#x042A;</from>       <!-- CCL HARD SIGN -->
            <to>&#x0059;</to>           <!-- MODIFIER LETTER DOUBLE PRIME -->
            <!--
                The capital hard sign is very seldom in use.
                It may be capital, if everything is written in upper
                case - therefore this context may help to identify the
                upper case when transliteration is used reverse.
            -->
            <context>
                <after>\p{IsUpper}</after>
            </context>
        </rule>

        <rule>
            <from>&#x044A;</from>       <!-- CSL HARD SIGN -->
            <to>&#x0079;</to>           <!-- MODIFIER LETTER DOUBLE PRIME -->
        </rule>

        <rule>
            <from>&#x042B;</from>       <!-- CCL YERU -->
            <to>&#x0059;</to>           <!-- LCL Y -->
        </rule>

        <rule>
            <from>&#x044B;</from>       <!-- CSL YERU -->
            <to>&#x0079;</to>           <!-- LSL Y -->
        </rule>

        <rule>
            <from>&#x042C;</from>   <!-- CCL SOFT SIGN -->
            <to>&#x02B9;</to>       <!-- MODIFIER LETTER PRIME -->
            <!--
                The capital Soft sign is very seldom in use.
                It may be capital, if everything is written in upper
                case - therefore this context may help to identify the
                upper case when transliteration is used reverse.
            -->
            <context>
                <after>\p{IsUpper}</after>
            </context>
        </rule>

        <rule>
            <from>&#x044C;</from>   <!-- CSL SOFT SIGN -->
            <to>&#x02B9;</to>       <!-- MODIFIER LETTER PRIME -->
        </rule>

        <rule>
            <from>&#x0462;</from>   <!-- CCL YAT -->
            <to>&#x011A;</to>       <!-- LCL E WITH CARON -->
        </rule>

        <rule>
            <from>&#x0463;</from>   <!-- CSL YAT -->
            <to>&#x011B;</to>       <!-- LSL E WITH CARON -->
        </rule>

        <rule>
            <from>&#x042D;</from>   <!-- CCL E -->
            <to>&#x00C8;</to>       <!-- LCL E WITH GRAVE -->
        </rule>

        <rule>
            <from>&#x044D;</from>   <!-- CSL E -->
            <to>&#x00E8;</to>       <!-- LSL E WITH GRAVE -->
        </rule>

        <rule>
            <from>&#x042E;</from>       <!-- CCL YU -->
            <to>&#x004A;&#x0055;</to>   <!-- LCL J WITH LCL U -->
            <!--
                The capital Yu sign is very seldom in use.
                It may be capital, if everything is written in upper
                case - therefore this context may help to identify the
                upper case when transliteration is used reverse.
            -->
            <context>
                <after>\p{IsUpper}</after>
            </context>
        </rule>

        <rule>
            <from>&#x042E;</from>       <!-- CCL YU -->
            <to>&#x004A;&#x0075;</to>   <!-- LCL J WITH LSL U -->
        </rule>

        <rule>
            <from>&#x044E;</from>       <!-- CSL YU -->
            <to>&#x006A;&#x0075;</to>   <!-- LSL J WITH LSL U -->
        </rule>

        <rule>
            <from>&#x042F;</from>       <!-- CCL YA -->
            <to>&#x004A;&#x0041;</to>   <!-- LCL J WITH LCL A -->
            <!--
                The capital Ya sign is very seldom in use.
                It may be capital, if everything is written in upper
                case - therefore this context may help to identify the
                upper case when transliteration is used reverse.
            -->
            <context>
                <after>\p{IsUpper}</after>
            </context>
        </rule>

        <rule>
            <from>&#x042F;</from>       <!-- CCL YA -->
            <to>&#x004A;&#x0061;</to>   <!-- LCL J WITH LSL A -->
        </rule>

        <rule>
            <from>&#x044F;</from>       <!-- CSL YA -->
            <to>&#x006A;&#x0061;</to>   <!-- LSL J WITH LSL A -->
        </rule>

        <rule>
            <from>&#x046A;</from>       <!-- CCL BIG YUS (HISTORICAL) -->
            <to>&#x0226;</to>           <!-- LCL A WITH DOT -->
        </rule>

        <rule>
            <from>&#x046B;</from>       <!-- CSL BIG YUS (HISTORICAL) -->
            <to>&#x0227;</to>           <!-- LSL A WITH DOT -->
        </rule>

        <rule>
            <from>&#x0472;</from>       <!-- CCL FITA (HISTORICAL) -->
            <to>&#x1E1E;</to>           <!-- LCL F WITH DOT -->
        </rule>

        <rule>
            <from>&#x0473;</from>       <!-- CSL FITA (HISTORICAL) -->
            <to>&#x1E1F;</to>           <!-- LSL F WITH DOT -->
        </rule>

        <rule>
            <from>&#x0474;</from>       <!-- CCL IZHITSA (HISTORICAL) -->
            <to>&#x1E8E;</to>           <!-- LCL Y WITH DOT -->
        </rule>

        <rule>
            <from>&#x0475;</from>       <!-- CSL IZHITSA (HISTORICAL) -->
            <to>&#x1E8F;</to>           <!-- LSL Y WITH DOT -->
        </rule>

    </rules>

</translit>