diff --git a/src/Protocol/PortableContact.php b/src/Protocol/PortableContact.php index f7ea27d679..06c2636aca 100644 --- a/src/Protocol/PortableContact.php +++ b/src/Protocol/PortableContact.php @@ -1421,7 +1421,7 @@ class PortableContact // Avoid duplicates $tags = []; foreach ($data->tags as $tag) { - $tag = strtolower($tag); + $tag = mb_strtolower($tag); $tags[$tag] = $tag; }