On Wednesday 10 July 2002 14:46, Nigel Peck wrote: > The data is coming from a MySQL database, does anyone have any idea how > to check/change the encoding in use?
I quit using MySQL a while ago but I remember having trouble with encodings (hopefully that might have evolved since). What I did to work around it was figure out which encoding it returned (in my case that was ISO-8859-1) and converted the output on the fly with iconv. Not very elegant but it works. -- Robin Berjon <[EMAIL PROTECTED]> -- for hire: http://robin.berjon.com/ Always remember you're unique just like everyone else. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
