diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2026-02-06 10:53:59 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2026-02-06 10:53:59 +0000 |
| commit | 1e12bba2ff16616c8813810f50730aa8a0fb7985 (patch) | |
| tree | d47cc78778b673fb96aef2311dfd7fb444b29a3e /tests | |
| parent | 4b795a9ce6f86438bd1dcb40dbef2e527d30c2ae (diff) | |
| download | webtrees-1e12bba2ff16616c8813810f50730aa8a0fb7985.tar.gz webtrees-1e12bba2ff16616c8813810f50730aa8a0fb7985.tar.bz2 webtrees-1e12bba2ff16616c8813810f50730aa8a0fb7985.zip | |
Remove dead code
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/app/Encodings/AnselTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Encodings/AnselTest.php b/tests/app/Encodings/AnselTest.php index cc728c5a97..87396f67e8 100644 --- a/tests/app/Encodings/AnselTest.php +++ b/tests/app/Encodings/AnselTest.php @@ -141,7 +141,7 @@ class AnselTest extends TestCase foreach ($latin_code_blocks as $codes) { foreach ($codes as $code) { - $utf8 = UTF8::chr($code); + $utf8 = mb_chr($code, 'UTF-8'); $norm = normalizer_normalize($utf8, Normalizer::FORM_D); self::assertIsString($norm); |
