i want convert a simple text like, "my simple text" to Unicode character in Android.
for example this :
"\u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06cc\u0633\u06cc"
this string in uni code is :
برنامه نویسی
i want input
برنامه نویسی
and response
"\u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06cc\u0633\u06cc"
this string . please help me .