MySQL Forums
Forum List  »  Newbie

Re: Does MySQL support the Karen language
Posted by: Peter Brawley
Date: July 05, 2018 01:33PM

> We tried changing one of our database tables as such
> "ALTER TABLE OurTextLang CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;"

What was it before? Often you have to change the charset to VarBinary, then to utf8mb4.

> tried to copy the text from Excel to phpMyAdmin edit mode after the ALTER table above, the Karen symbols didn't preserve.

The Excel data was saved in what charset? It may need to be massaged.

Client charset settings are also important. What is phpMyAdmin set up to use?

For a useful summary of how to handle char mismatch problems in MySQL see http://mysql.rjweb.org/doc.php/charcoll

Options: ReplyQuote


Subject
Written By
Posted
Re: Does MySQL support the Karen language
July 05, 2018 01:33PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.