diff --git a/src/Protocol/PortableContact.php b/src/Protocol/PortableContact.php index f7ea27d67..06c2636ac 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; }