Re: [PHP] Handling illegal byte sequences in UTF-8 strings

2006-04-22 Thread Richard Lynch
On Fri, April 21, 2006 7:16 pm, Matt Arnilo S. Baluyos (Mailing Lists) wrote: > We have recently upgraded our database to PostgreSQL 8.1.x which > handles UTF-8 more strictly than previous versions. The new version > will not allow illegal byte sequences when inserting data. > > This has caused som

Re: [PHP] Handling illegal byte sequences in UTF-8 strings

2006-04-21 Thread Jochem Maas
Matt Arnilo S. Baluyos (Mailing Lists) wrote: Hello list, We have recently upgraded our database to PostgreSQL 8.1.x which handles UTF-8 more strictly than previous versions. The new version will not allow illegal byte sequences when inserting data. This has caused some errors in our system whi

[PHP] Handling illegal byte sequences in UTF-8 strings

2006-04-21 Thread Matt Arnilo S. Baluyos (Mailing Lists)
Hello list, We have recently upgraded our database to PostgreSQL 8.1.x which handles UTF-8 more strictly than previous versions. The new version will not allow illegal byte sequences when inserting data. This has caused some errors in our system which inputs data. Basically, what the system does