We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617769d commit 234cef8Copy full SHA for 234cef8
src/Writer/Entity/Variant.php
@@ -15,7 +15,7 @@ public function __construct(public string $id)
15
16
public function addDisplayValue(string $value, string $displayValue): void
17
{
18
- $this->displayValues[$value] = substr($displayValue, 0, 256);
+ $this->displayValues[$value] = mb_substr($displayValue, 0, 256);
19
}
20
21
public function write(XmlWriter $writer): void
0 commit comments