Hi, I have defined a mysql table with CHARACTER SET 'latin1' COLLATE 'latin1_general_ci' for accept special characters, for instance - Lúcia, Conceição - some time ago I managed to write the column a name of special character but now the name Lúcia is writenn as Lúcia. The question is, how to define collation to accept special characters?
I have two fields type that send to mysql,
jsp input field and jsp textarea field.
Thanks.