define encoding as interface const

This commit is contained in:
yggverse 2024-07-29 18:26:28 +03:00
parent 83a5fc9d6e
commit 53626a602a
2 changed files with 2 additions and 2 deletions

View file

@ -151,7 +151,7 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup
$markup,
mb_strlen(
$markup,
'UTF-8'
self::ENCODING
)
);