This section describes operations that take character set information into account now.
CONVERT()
CAST()
SHOW CHARACTER SET
SHOW COLLATION
SHOW CREATE DATABASE
SHOW FULL COLUMNS
Posted by Matthias Urlichs on Wednesday July 2 2003, @7:47am | [Delete] [Edit] |
You forgot "alter table". Does changing the charset of column A from, e.g., Latin1 to UTF8 work as expected? What happens in the reverse case with characters that aren't in Latin1?
Posted by Lars Aronsson on Sunday August 3 2003, @12:38pm | [Delete] [Edit] |
I think that the value returned from MATCH() in a full text search should be mentioned here. Is it completely determined by the collation? A typical application might want to use three versions of full text search for the same text corpus: One with exact accent match (all accents are different, binary collation), one which is very generous (all accents are equal, English language collation), and one with national collation (for Swedish, á equals à, but is different from ä, the default behaviour from MySQL 3.x).