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?

Re: HTMLentities for quote reversion

@apmuthu sir,
Did you mean revised quotation referrence Number?
Please confirm.

Regards,
Bharathiraja Kaliyamoorthy

Re: HTMLentities for quote reversion

No. the "quot" here is the htmlentity for a quote character in the characterset.

Re: HTMLentities for quote reversion

Okay sir, I got your point.
Thanks

Regards,
Bharathiraja Kaliyamoorthy