Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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
, ];
RSS feed