diff --git a/core/lib/Drupal/Component/Utility/Unicode.php b/core/lib/Drupal/Component/Utility/Unicode.php index cd48373..6ee23d1 100644 --- a/core/lib/Drupal/Component/Utility/Unicode.php +++ b/core/lib/Drupal/Component/Utility/Unicode.php @@ -103,9 +103,9 @@ class Unicode { * @return int * The status of multibyte support. It can be one of: * - \Drupal\Component\Utility\Unicode::STATUS_MULTIBYTE - * Standard PHP (emulated) unicode support. - * - \Drupal\Component\Utility\Unicode::STATUS_SINGLEBYTE * Full unicode support using an extension. + * - \Drupal\Component\Utility\Unicode::STATUS_SINGLEBYTE + * Standard PHP (emulated) unicode support. * - \Drupal\Component\Utility\Unicode::STATUS_ERROR * An error occured. No unicode support. */ @@ -118,9 +118,9 @@ public static function getStatus() { * * The following status keys are supported: * - \Drupal\Component\Utility\Unicode::STATUS_MULTIBYTE - * Standard PHP (emulated) unicode support. - * - \Drupal\Component\Utility\Unicode::STATUS_SINGLEBYTE * Full unicode support using an extension. + * - \Drupal\Component\Utility\Unicode::STATUS_SINGLEBYTE + * Standard PHP (emulated) unicode support. * - \Drupal\Component\Utility\Unicode::STATUS_ERROR * An error occured. No unicode support. *