Hi,
I started using zenpage this evening.
Great plugin!!!
I discovered that when editing Hebrew content with the tiny_mce editor
and clicking on the 'Update Article' button the letters are being converted to gibberish.
The solution is to add to the 'htmlentities' function that appears both on
page-edit.php and news-article-edit.php the encoding parameter:
htmlentities($result['content'],null, 'UTF-8')
instead of htmlentities($result['content'])
Hope it helps someone, somewhere.
Comments
Update: It's in the svn now.