I'm not sure if I should make a ticket from it, but there seems to be a problem with headers in zenpage admin pages - they don't send encoding information in headers. On my system it results in incorrect display of utf-8 cyrillic texts.
It is easily resolved by adding
`
header('Content-Type: text/html; charset=' . getOption('charset'));
`
line before doctype declaration in admin-* pages in zenpage plugin directory
Comments