PDA

View Full Version : International Characters in MySQL


JustJay
September 21st, 2003, 02:34 PM
How does one use (store and write) French Characters in MySQL (3.23.56)???

Steven.Bentley
September 24th, 2003, 08:43 PM
I guess it depends on how you wish to use the data. If it's going on a web page then you can store the HTML entity, such as é if you also wish to use the data in some other format then you might have to use something else.