X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FTransliteration%2FPhpTransliterationTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FTransliteration%2FPhpTransliterationTest.php;h=924f3e93000b8799b7054da9574578f052cf0604;hp=dc71bd4cde25d9cb589cd68d3cd3ccfc2f6c2a67;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php b/web/core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php index dc71bd4cd..924f3e930 100644 --- a/web/core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php +++ b/web/core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php @@ -106,7 +106,7 @@ class PhpTransliterationTest extends TestCase { // Make some strings with two, three, and four-byte characters for testing. // Note that the 3-byte character is overridden by the 'kg' language. $two_byte = 'Ä Ö Ü Å Ø äöüåøhello'; - // This is a Cyrrillic character that looks something like a u. See + // This is a Cyrillic character that looks something like a "u". See // http://www.unicode.org/charts/PDF/U0400.pdf $three_byte = html_entity_decode('ц', ENT_NOQUOTES, 'UTF-8'); // This is a Canadian Aboriginal character like a triangle. See