Hi,
I've met the problem with editing some international characters on ADD and EDIT pages prepared for polish language. They have been saved improperly. Browser coudn't sense characterset properly...
I think it's the problem with templates - they don't setup HTML Meta TAG. I think solution is to include that Meta tag based on $cCharset variable.
There should be additional statement in ADD.htm and EDIT.htm template files setting up characterset. Something like:
<meta http-equiv=content-type content="text/html; charset=$cCharset ">
Am I wrong?
Regards,
Jacek