Rank: Newbie
Joined: 8/14/2008 Posts: 4
|
I'm trying to save Korean text in an editor field. It displays correctly but comes back as a garbled mess after I save the page. I'm running Umbraco 3.0.5. The database was set up entirely by the 3.0.3 installer, so I'd be surprised if this is a schema problem. Any ideas what's wrong?
Thanks.
|
Rank: Newbie
Joined: 8/14/2008 Posts: 4
|
Figured it out: tidy is the culprit.
I set "TidyEditorContent" to False in my web.config and everything works fine.
|