we have MySQL in UTF8_unicode_ci and when we export text to MSSQL database which is LITHUANIAN_CI_AS text is not displayed correctly. How to convert text in UTF8_unicode_ci to text in LITHUANIAN_CI_AS in PHP?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no need to convert text from […]_ci anywhere as this attribute refers to the collation used and not to a feature of the text itself.
collation means “how text is sorted”.