Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

kg.php

File

core/lib/Drupal/Component/Transliteration/data/kg.php

View source
<?php


/**
 * @file
 * Kyrgyz transliteration data for the PhpTransliteration class.
 */
$overrides['kg'] = [
    0x41 => 'E',
    0x416 => 'C',
    0x419 => 'J',
    0x425 => 'X',
    0x426 => 'TS',
    0x429 => 'SCH',
    0x42e => 'JU',
    0x42f => 'JA',
    0x436 => 'c',
    0x439 => 'j',
    0x445 => 'x',
    0x446 => 'ts',
    0x449 => 'sch',
    0x44e => 'ju',
    0x44f => 'ja',
    0x451 => 'e',
    0x4a2 => 'H',
    0x4a3 => 'h',
    0x4ae => 'W',
    0x4af => 'w',
    0x4e8 => 'Q',
    0x4e9 => 'q',
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal