I want to encode only Chinese string to unicode string on android.
for example, it need to change {"city" = "中国 辽宁 沈阳", name = "User1"}
to string of {"city" = "\ue600\ue603\ue705\ue355\ue703", name = "User1"}
format on android.
please help me.
I want to encode only Chinese string to unicode string on android.
for example, it need to change {"city" = "中国 辽宁 沈阳", name = "User1"}
to string of {"city" = "\ue600\ue603\ue705\ue355\ue703", name = "User1"}
format on android.
please help me.