Test tables with characters other then ascii loose their non-ascii characters when posted via postTestResults().
Tested with Firefox.
The fix is to add the "accept-charset" attribute to the form element.
I'll attach an patch, containing an fix, I tested on Firefox.
regards,
Robert
Reference:
http://www.w3.org/TR/html4/interact/forms.html#h-17.3
it should be:
document.createAttribute("accept-charset")
instead of
dom.createAttribute("accept-charset")
regards,
Robert