Topic: HTMLentities for quote reversion
After line 158 in includes/db/connect_db_mysqli.inc (and it's equivalent in mysql), the following lines may be added:
if( strpos($value, '"') )
$value = str_replace(""", '"', $value);
Please check the playout in non latin* / utf-8 encodings.
@joe: will this affect anything?