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

Breadcrumb

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

Normalizer::$ulenMask

Type: ulenMask

File

vendor/symfony/polyfill-intl-normalizer/Normalizer.php, line 39

Class

Normalizer
Normalizer is a PHP fallback implementation of the Normalizer class provided by the intl extension.

Namespace

Symfony\Polyfill\Intl\Normalizer

Code

private static $ulenMask = [
    "\xc0" => 2,
    "\xd0" => 2,
    "\xe0" => 3,
    "\xf0" => 4,
];

API Navigation

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