What is Difference between eucKR and UTF-8 Encoding in QT ?
I want to display Korean Language which one to use ?
Thanks.
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.
From the docs:
From this I understand that Qt ‘talks’ Unicode – all other character sets are converted to Unicode with the aid of Qt’s Text Codec system. I believe the same underlying system is used for standard text Widgets as well as other parts of the framework, e.g. QtWebKit.
The conversion system is directly exposed to the user in
QTextCodec, which provides (among other things) a codec for EUC-KR.Converting EUC-KR to Unicode should therefore be as simple as: