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

Breadcrumb

  1. Drupal Core 11.1.x
  2. AbstractUnicodeString.php

AbstractUnicodeString::TRANSLIT_TO

File

vendor/symfony/string/AbstractUnicodeString.php, line 45

Class

AbstractUnicodeString
Represents a string of abstract Unicode characters.

Namespace

Symfony\Component\String

Code

private const TRANSLIT_TO = [
    'AE',
    'D',
    'O',
    'TH',
    'ss',
    'ae',
    'd',
    'o',
    'th',
    'D',
    'd',
    'H',
    'h',
    'i',
    'q',
    'L',
    'l',
    'L',
    'l',
    '\'n',
    'N',
    'n',
    'OE',
    'oe',
    'T',
    't',
    'b',
    'B',
    'B',
    'b',
    'C',
    'c',
    'D',
    'D',
    'D',
    'd',
    'E',
    'F',
    'f',
    'G',
    'hv',
    'I',
    'I',
    'K',
    'k',
    'l',
    'N',
    'n',
    'OI',
    'oi',
    'P',
    'p',
    't',
    'T',
    't',
    'T',
    'V',
    'Y',
    'y',
    'Z',
    'z',
    'DZ',
    'Dz',
    'dz',
    'G',
    'g',
    'd',
    'Z',
    'z',
    'l',
    'n',
    't',
    'j',
    'db',
    'qp',
    'A',
    'C',
    'c',
    'L',
    'T',
    's',
    'z',
    'B',
    'U',
    'E',
    'e',
    'J',
    'j',
    'R',
    'r',
    'Y',
    'y',
    'b',
    'c',
    'd',
    'd',
    'e',
    'j',
    'g',
    'g',
    'G',
    'h',
    'h',
    'i',
    'I',
    'l',
    'l',
    'l',
    'm',
    'n',
    'n',
    'N',
    'OE',
    'r',
    'r',
    'r',
    'R',
    's',
    't',
    'u',
    'v',
    'Y',
    'z',
    'z',
    'B',
    'G',
    'H',
    'j',
    'L',
    'q',
    'dz',
    'dz',
    'ts',
    'ls',
    'lz',
    'A',
    'AE',
    'B',
    'C',
    'D',
    'D',
    'E',
    'J',
    'K',
    'L',
    'M',
    'O',
    'P',
    'T',
    'U',
    'V',
    'W',
    'Z',
    'ue',
    'b',
    'd',
    'f',
    'm',
    'n',
    'p',
    'r',
    'r',
    's',
    't',
    'z',
    'th',
    'I',
    'p',
    'U',
    'b',
    'd',
    'f',
    'g',
    'k',
    'l',
    'm',
    'n',
    'p',
    'r',
    's',
    'v',
    'x',
    'z',
    'a',
    'd',
    'e',
    'e',
    'i',
    'u',
    'a',
    's',
    's',
    'SS',
    'LL',
    'll',
    'V',
    'v',
    'Y',
    'y',
    '(C)',
    '(R)',
    'CE',
    'Cr',
    'Fr.',
    'L.',
    'Pts',
    'TL',
    'Rs',
    'x',
    'Rx',
    'm/s',
    'rad/s',
    'C/kg',
    'pH',
    'V/m',
    'A/m',
    ' 1/4',
    ' 1/2',
    ' 3/4',
    ' 1/3',
    ' 2/3',
    ' 1/5',
    ' 2/5',
    ' 3/5',
    ' 4/5',
    ' 1/6',
    ' 5/6',
    ' 1/8',
    ' 3/8',
    ' 5/8',
    ' 7/8',
    ' 1/',
    '0',
    '\'',
    '\'',
    ',',
    '\'',
    '"',
    '"',
    ',,',
    '"',
    '\'',
    '"',
    '"',
    '"',
    '<<',
    '>>',
    '<',
    '>',
    '-',
    '-',
    '-',
    '-',
    '-',
    '-',
    '-',
    '-',
    '-',
    '||',
    '/',
    '[',
    ']',
    '*',
    ',',
    '.',
    '<',
    '>',
    '<<',
    '>>',
    '[',
    ']',
    '[',
    ']',
    '[',
    ']',
    ',',
    '.',
    '[',
    ']',
    '<<',
    '>>',
    '<',
    '>',
    ',',
    '[',
    ']',
    '((',
    '))',
    '.',
    ',',
    '*',
    '/',
    '-',
    '/',
    '\\',
    '|',
    '||',
    '<<',
    '>>',
    '((',
    '))',
];

API Navigation

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