Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Component/Utility/Unicode.php \Drupal\Component\Utility\Unicode::STATUS_MULTIBYTE
  2. 9 core/lib/Drupal/Component/Utility/Unicode.php \Drupal\Component\Utility\Unicode::STATUS_MULTIBYTE

Indicates that full unicode support with PHP mbstring extension is used.

File

core/lib/Drupal/Component/Utility/Unicode.php, line 82

Class

Unicode
Provides Unicode-related conversions and operations.

Namespace

Drupal\Component\Utility

Code

const STATUS_MULTIBYTE = 1;