Hi,
Sorry for my english )
I customize Quotes form. Create field as Document.
And when I edit this field, opened Document selection form with wrong encoding (it very nice when I use Russian local)
I analyze source and found bug (as I think)))
In include/utils/layout_utils.php
I change line 345 from:
echo ‘<meta http-equiv=“Content-Type” content=“text/html; charset=”{$charset}">’;
to:
echo ‘’;
Hope, it will be helpful!