Comment 1 for bug 286878

Revision history for this message
Russell Smith (mr-russ) wrote :

I can confirm this bug in hardy 8.04

postgresql gives correct output;

mr-russ@bob:~$ psql -c "select E'\xE2\x80\x99'::varchar"
 varchar
---------
 ’

php does produces ? as in the report.