언어 설정

Menu
Sites
Language
How to translate 'Korean language text' to UTF-8? 한국어를 UTF-8 로 변경하는 방법 문의?

안녕하십니까? 타이젠 네이티브  앱에서 HTTP 통신을 개발하고 있습니다.
Hi! I am developing HTTP communicating in Tizen native app.

 

한국어를 UTF-8 로 변경해야 합니다.
I have to translate Korean language to UTF-8. 

 

예를 들어서 "삼성전자" 를 UTF-8로 변경하면 "\uc0bc\uc131\uc804\uc790" 이렇게 됩니다.
For example, when translate "삼성전자" to UTF-8, the result is "%EC%82%BC%EC%84%B1%EC%A0%84%EC%9E%90".

 

어떻게 하면 되는지 방법을 알려주시기 바랍니다.
How can I do this?

 

Edited by: Dong-Geun Jung on 20 6월, 2016

Responses

2 댓글
Mehedi Alamgir

Hi

Please check your encoding attribute from tizen-manifest.xml file. If it is not utf-8, then
for UTF-8 support change your encoding attribute to utf-8 in tizen-manifest.xml file.

Hope it will work.

Chanwook Jung

Hi,

char* eina_unicode_unicode_to_utf8  ( const Eina_Unicode *  uni, int *  _len)