MySQL 4.0 examples of data with different encodings

2005-09-13 Thread Bastian Balthazar Bux
Hi all, Willing to test an upgrading path from 4.0 to 4.1 database of MySQL. Could someone provide a link or some slice of unload from a 4.0 with encodings different from "latin1" ? Thanks in advance, Francesco R. -- MySQL General Mailing List For list archives: http://lists.mysql.co

Encodings

2004-12-30 Thread Adam Ernst
How should I handle encodings and output to web pages? I'm inserting some POST variables from a PHP script directly into a MySQL database. (I have magic quotes turned on, so quotes already taken care of.) There's the possibility that there could be some UTF-8 bytes in the POST variab

mysqldump -x character encodings

2004-02-18 Thread David Dickson
I think mysqldump -x --default-character-set="latin1" > dump.xml should put the character encoding into the resulting xml file. The first line of dump.xml should be but all that mysqldump puts is David Dickson -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To