Marc Dirix wrote:
> Why not delete non-utf8 characters from the header just before inserting?

Do you have an elegant way of doing that? And also for other charsets? Like
someone using a koi8 or big5 encoded database?

I prefer using the core libc iconv tools to convert whatever input into the
correct charset used by the database. If the output of those calls is incorrect
then we can escalate bugs upstream, and start thinking about encapsulating and
accomodating subsystem failure.

But there are some inconsistencies left in the code that explain the problems
you and James have reported. Those have (almost) been resolved in my local git
tree, and I'll push them out once I'm happy with the test results.


-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to