|
|
|
|
|
by JimDabell
3358 days ago
|
|
> You could just use "varchar CHARACTER SET utf8 COLLATE utf8_bin" You don't get UTF-8 if you do that though, do you? That was MySQL's first attempt at UTF-8 support. You have to tell MySQL to use utf8mb to get complete support for UTF-8. |
|