i have a form that get's populated by data off a db. this data usually contains high char html entities. e.g. ■ . which appears as the black box character in my form.
my issue is when submitting/saving the form, i loose the html entity or the black box char. it seems to get converted to some other char.
im using CGI.pm to retireve the form.
one solution was to replace all '&' with '&' however i moved to using htmlarea, a javascript wysiwyg, on my textarea so that no longer works.
any help would be greatly appreciated.