You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2021. It is now read-only.
Currently, the editor saves Cyrillic characters escaped. For example,
тест
is saved like this:I changed this line:
https://github.com/getkirby/editor/blob/master/field.php#L86
...to this:
...and it works as expected:
I think the editor should not escape Unicode characters to make text files smaller and to make them readable.
The text was updated successfully, but these errors were encountered: