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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE translit SYSTEM "translit.dtd">
<!--
Transliteration definitions for DIN 1460 (Russian).
Alex Linke <alinke@lingua-systems.com>
Copyright (C) 2009 Lingua-Systems Software GmbH
-->
<translit>
<!-- meta information -->
<name>DIN 1460 RUS</name>
<desc>DIN 1460:1982, Cyrillic to Latin, Russian</desc>
<reverse>true</reverse>
<!-- set of transliteration rules -->
<!--
Used abbreviations (according to Unicode Standard 5.0):
CCL = CYRILLIC CAPITAL LETTER
CSL = CYRILLIC SMALL LETTER
LCL = LATIN CAPITAL LETTER
LSL = LATIN SMALL LETTER
-->
<rules>
<!-- context dependent and multi-character rules -->
<rule> <!-- 36-1 -->
<from>х</from> <!-- CSL HA -->
<to>ch</to> <!-- LSL C & LSL H -->
</rule>
<rule> <!-- 36-2 ALLCAPS -->
<from>Х</from> <!-- CCL HA -->
<to>CH</to> <!-- LCL C & LCL H -->
<context>
<before>[\p{IsUpper}\p{IsSpace}]</before>
<after>[\p{IsUpper}\p{IsSpace}]</after>
</context>
</rule>
<rule> <!-- 36-2 -->
<from>Х</from> <!-- CCL HA -->
<to>Ch</to> <!-- LCL C & LSL H -->
</rule>
<rule> <!-- 41-1 -->
<from>щ</from> <!-- CSL SHCHA -->
<to>šč</to>
<!-- LSL C WITH CARON & S WITH CARON -->
</rule>
<rule> <!-- 41-2 ALLCAPS -->
<from>Щ</from> <!-- CCL SHCHA -->
<to>ŠČ</to>
<!-- LCL S WITH CARON & LCL C WITH CARON -->
<context>
<before>[\p{IsUpper}\p{IsSpace}]</before>
<after>[\p{IsUpper}\p{IsSpace}]</after>
</context>
</rule>
<rule> <!-- 41-2 -->
<from>Щ</from> <!-- CCL SHCHA -->
<to>Šč</to>
<!-- LCL S WITH CARON & LSL S WITH CARON -->
</rule>
<rule> <!-- 42-2 end of word --> <!-- **OBSOLETE** -->
<from>Ъ</from> <!-- CCL HARD SIGN -->
<to>"</to> <!-- QUOTATION MARK -->
<context>
<before>([^\p{IsWord}]|$)</before>
<after>\p{IsUpper}</after>
</context>
</rule>
<rule> <!-- 42-1 end of word --> <!-- **OBSOLETE** -->
<from>ъ</from> <!-- CSL HARD SIGN -->
<to>"</to> <!-- QUOTATION MARK -->
<context>
<before>([^\p{IsWord}]|$)</before>
<after>\p{IsWord}</after>
</context>
</rule>
<rule> <!-- 42-1 within word -->
<from>ъ</from> <!-- CSL HARD SIGN -->
<to>"</to> <!-- QUOTATION MARK -->
<context>
<before>\p{IsWord}</before>
<after>\p{IsWord}</after>
</context>
</rule>
<rule> <!-- 42-2 within word -->
<from>Ъ</from> <!-- CCL HARD SIGN -->
<to>"</to> <!-- QUOTATION MARK -->
<context>
<before>\p{IsWord}</before>
<after>\p{IsWord}</after>
</context>
</rule>
<rule> <!-- 47-1 -->
<from>ю</from> <!-- CSL YU -->
<to>ju</to> <!-- LSL J & LSL U -->
</rule>
<rule> <!-- 47-2 ALLCAPS -->
<from>Ю</from> <!-- CCL YU -->
<to>JU</to> <!-- LCL J & LCL U -->
<context>
<before>[\p{IsUpper}\p{IsSpace}]</before>
<after>[\p{IsUpper}\p{IsSpace}]</after>
</context>
</rule>
<rule> <!-- 47-2 -->
<from>Ю</from> <!-- CCL YU -->
<to>Ju</to> <!-- LCL J & LSL U -->
</rule>
<rule> <!-- 48-1 -->
<from>я</from> <!-- CSL YA -->
<to>ja</to> <!-- LSL J & LSL A -->
</rule>
<rule> <!-- 48-2 ALLCAPS -->
<from>Я</from> <!-- CCL YA -->
<to>JA</to> <!-- LCL J & LCL A -->
<context>
<before>[\p{IsUpper}\p{IsSpace}]</before>
<after>[\p{IsUpper}\p{IsSpace}]</after>
</context>
</rule>
<rule> <!-- 48-2 -->
<from>Я</from> <!-- CCL YA -->
<to>Ja</to> <!-- LCL J & LSL A -->
</rule>
<!-- reversibility fixes according to DIN 1460, ยง3 -->
<rule>
<from>Й</from> <!-- CCL SHORT I -->
<to>J-</to> <!-- LCL J with hyphen -->
<context>
<before>[auAUауАУ]</before>
</context>
</rule>
<rule>
<from>й</from> <!-- CSL SHORT I -->
<to>j-</to> <!-- LSL J & HYPHEN -->
<context>
<before>[auау]</before>
</context>
</rule>
<rule>
<from>Ш</from> <!-- CCL SHA -->
<to>Š-</to> <!-- LCL S WITH CARON & HYPHEN -->
<context>
<before>[ČčЧч]</before>
</context>
</rule>
<rule>
<from>ш</from> <!-- CSL SHA -->
<to>š-</to> <!-- LSL S WITH CARON & HYPHEN -->
<context>
<before>[čч]</before>
</context>
</rule>
<!-- context indepenent rules -->
<rule> <!-- 01-1 -->
<from>а</from> <!-- CSL A -->
<to>a</to> <!-- LSL A -->
</rule>
<rule> <!-- 01-2 -->
<from>А</from> <!-- CCL A -->
<to>A</to> <!-- LCL A -->
</rule>
<rule> <!-- 02-1 -->
<from>б</from> <!--CSL BE -->
<to>b</to> <!--LSL B -->
</rule>
<rule> <!-- 02-2 -->
<from>Б</from> <!-- CCL BE -->
<to>B</to> <!-- LCL B -->
</rule>
<rule> <!-- 03-1 -->
<from>в</from> <!--CSL VE -->
<to>v</to> <!--LSL V -->
</rule>
<rule> <!-- 03-2 -->
<from>В</from> <!--CCL VE -->
<to>V</to> <!--LCL V -->
</rule>
<rule> <!-- 04-1 -->
<from>г</from> <!--CSL GHE -->
<to>g</to> <!--LSL G -->
</rule>
<rule> <!-- 04-2 -->
<from>Г</from> <!--CCL GHE -->
<to>G</to> <!--LCL G -->
</rule>
<rule> <!-- 06-1 -->
<from>д</from> <!-- CSL DE -->
<to>d</to> <!-- LSL D -->
</rule>
<rule> <!-- 06-2 -->
<from>Д</from> <!-- CCL DE -->
<to>D</to> <!-- LCL D -->
</rule>
<rule> <!-- 09-1 -->
<from>е</from> <!-- CSL IE -->
<to>e</to> <!-- LSL E -->
</rule>
<rule> <!-- 09-2 -->
<from>Е</from> <!-- CCL IE -->
<to>E</to> <!-- LCL E -->
</rule>
<rule> <!-- 10-1 -->
<from>ё</from> <!-- CSL IO -->
<to>ë</to> <!-- LSL E WITH DIAERESIS -->
</rule>
<rule> <!-- 10-2 -->
<from>Ё</from> <!-- CCL IO -->
<to>Ë</to> <!-- LCL E WITH DIAERESIS -->
</rule>
<rule> <!-- 12-1 -->
<from>ж</from> <!-- CSL ZHE -->
<to>ž</to> <!-- LSL Z WITH CARON -->
</rule>
<rule> <!-- 12-2 -->
<from>Ж</from> <!-- CCL ZHE -->
<to>Ž</to> <!-- LCL Z WITH CARON -->
</rule>
<rule> <!-- 13-1 -->
<from>з</from> <!-- CSL ZE -->
<to>z</to> <!-- LSL Z -->
</rule>
<rule> <!-- 13-2 -->
<from>З</from> <!-- CCL ZE -->
<to>Z</to> <!-- LCL Z -->
</rule>
<rule> <!-- 15-1 -->
<from>и</from> <!-- CSL I -->
<to>i</to> <!-- LSL I -->
</rule>
<rule> <!-- 15-2 -->
<from>И</from> <!-- CCL I -->
<to>I</to> <!-- LCL I -->
</rule>
<rule> <!-- 16-1 --> <!-- **OBSOLETE** -->
<from>і</from> <!-- CSL BYELORUSSIAN-UKRAINIAN IE -->
<to>i</to> <!-- LSL I -->
</rule>
<rule> <!-- 16-2 --> <!-- **OBSOLETE** -->
<from>І</from> <!-- CCL BYELORUSSIAN-UKRAINIAN IE -->
<to>I</to> <!-- LCL I -->
</rule>
<rule> <!-- 19-1 -->
<from>й</from> <!-- CSL SHORT I -->
<to>j</to> <!-- LSL J -->
</rule>
<rule> <!-- 19-2 -->
<from>Й</from> <!-- CCL SHORT I -->
<to>J</to> <!-- LCL J -->
</rule>
<rule> <!-- 20-1 -->
<from>к</from> <!-- CSL KA -->
<to>k</to> <!-- LSL K -->
</rule>
<rule> <!-- 20-2 -->
<from>К</from> <!-- CCL KA -->
<to>K</to> <!-- LCL K -->
</rule>
<rule> <!-- 21-1 -->
<from>л</from> <!-- CSL EL -->
<to>l</to> <!-- LSL L -->
</rule>
<rule> <!-- 21-2 -->
<from>Л</from> <!-- CCL EL -->
<to>L</to> <!-- LCL L -->
</rule>
<rule> <!-- 23-1 -->
<from>м</from> <!-- CSL EM -->
<to>m</to> <!-- LSL M -->
</rule>
<rule> <!-- 23-2 -->
<from>М</from> <!-- CCL EM -->
<to>M</to> <!-- LCL M -->
</rule>
<rule> <!-- 24-1 -->
<from>н</from> <!-- CSL EN -->
<to>n</to> <!-- LSL N -->
</rule>
<rule> <!-- 24-2 -->
<from>Н</from> <!-- CCL EN -->
<to>N</to> <!-- LCL N -->
</rule>
<rule> <!-- 26-1 -->
<from>о</from> <!-- CSL O -->
<to>o</to> <!-- LSL O -->
</rule>
<rule> <!-- 26-2 -->
<from>О</from> <!-- CCL O -->
<to>O</to> <!-- LCL O -->
</rule>
<rule> <!-- 27-1 -->
<from>п</from> <!-- CSL PE -->
<to>p</to> <!-- LSL P -->
</rule>
<rule> <!-- 27-2 -->
<from>П</from> <!-- CCL PE -->
<to>P</to> <!-- LCL P -->
</rule>
<rule> <!-- 28-1 -->
<from>р</from> <!-- CSL ER -->
<to>r</to> <!-- LCL R -->
</rule>
<rule> <!-- 28-2 -->
<from>Р</from> <!-- CCL ER -->
<to>R</to> <!-- LCL R -->
</rule>
<rule> <!-- 29-1 -->
<from>с</from> <!-- CSL ES -->
<to>s</to> <!-- LSL S -->
</rule>
<rule> <!-- 29-2 -->
<from>С</from> <!-- CCL ES -->
<to>S</to> <!-- LCL S -->
</rule>
<rule> <!-- 30-1 -->
<from>т</from> <!-- CSL TE -->
<to>t</to> <!-- LSL T -->
</rule>
<rule> <!-- 30-2 -->
<from>Т</from> <!-- CCL TE -->
<to>T</to> <!-- LCL T -->
</rule>
<rule> <!-- 33-1 -->
<from>у</from> <!-- CSL U -->
<to>u</to> <!-- LSL U -->
</rule>
<rule> <!-- 33-2 -->
<from>У</from> <!-- CCL U -->
<to>U</to> <!-- LCL U -->
</rule>
<rule> <!-- 35-1 -->
<from>ф</from> <!-- CSL EF -->
<to>f</to> <!-- LSL F -->
</rule>
<rule> <!-- 35-2 -->
<from>Ф</from> <!-- CCL EF -->
<to>F</to> <!-- LCL F -->
</rule>
<rule> <!-- 37-1 -->
<from>ц</from> <!-- CSL TSE -->
<to>c</to> <!-- LSL C -->
</rule>
<rule> <!-- 37-2 -->
<from>Ц</from> <!-- CCL TSE -->
<to>C</to> <!-- LCL C -->
</rule>
<rule> <!-- 38-1 -->
<from>ч</from> <!-- CSL CHE -->
<to>č</to> <!-- LSL C WITH CARON -->
</rule>
<rule> <!-- 38-2 -->
<from>Ч</from> <!-- CCL CHE -->
<to>Č</to> <!-- LCL C WITH CARON -->
</rule>
<rule> <!-- 40-1 -->
<from>ш</from> <!-- CSL SHA -->
<to>š</to> <!-- LSL S WITH CARON -->
</rule>
<rule> <!-- 40-2 -->
<from>Ш</from> <!-- CCL SHA -->
<to>Š</to> <!-- LCL S WITH CARON -->
</rule>
<rule> <!-- 43-1 -->
<from>ы</from> <!-- CSL YERU -->
<to>y</to> <!-- LSL Y -->
</rule>
<rule> <!-- 43-2 -->
<from>Ы</from> <!-- CCL YERU -->
<to>Y</to> <!-- LCL Y -->
</rule>
<rule> <!-- 44-2 -->
<from>Ь</from> <!-- CCL SOFT SIGN -->
<to>'</to> <!-- APOSTROPHE -->
<context> <!-- to ensure reversibility -->
<after>\p{IsUpper}</after>
</context>
</rule>
<rule> <!-- 44-1 -->
<from>ь</from> <!-- CSL SOFT SIGN -->
<to>'</to> <!-- APOSTROPHE -->
</rule>
<rule> <!-- 45-1 --> <!-- **OBSOLETE** -->
<from>ѣ</from> <!-- CSL YAT -->
<to>ě</to> <!-- LSL E WITH CARON -->
</rule>
<rule> <!-- 45-2 --> <!-- **OBSOLETE** -->
<from>Ѣ</from> <!-- CCL YAT -->
<to>Ě</to> <!-- LCL E WITH CARON -->
</rule>
<rule> <!-- 46-1 -->
<from>э</from> <!-- CSL E -->
<to>ė</to> <!-- LSL E WITH DOT ABOVE -->
</rule>
<rule> <!-- 46-2 -->
<from>Э</from> <!-- CCL E -->
<to>Ė</to> <!-- LCL E WITH DOT ABOVE -->
</rule>
<rule> <!-- 50-1 --> <!-- **OBSOLETE** -->
<from>ѳ</from> <!-- CSL FITA -->
<to>ḟ</to> <!-- LSL F WITH DOT ABOVE -->
</rule>
<rule> <!-- 50-2 --> <!-- **OBSOLETE** -->
<from>Ѳ</from> <!-- CCL FITA -->
<to>Ḟ</to> <!-- LCL F WITH DOT ABOVE -->
</rule>
<rule> <!-- 51-1 --> <!-- **OBSOLETE** -->
<from>ѵ</from> <!-- CSL IZHITSA -->
<to>ẏ</to> <!-- LSL Y WITH DOT ABOVE -->
</rule>
<rule> <!-- 51-2 --> <!-- **OBSOLETE** -->
<from>Ѵ</from> <!-- CCL IZHITSA -->
<to>Ẏ</to> <!-- LCL Y WITH DOT ABOVE -->
</rule>
<!-- 52 omitted -->
</rules>
</translit>
<!--
vim: sts=4 sw=4 ai et
-->
|