Unicode support for android

前端 未结 7 846
春和景丽
春和景丽 2020-12-08 22:43

I am new in android. I want to know does android support Unicode. If yes, then how can we use it through java code. I have written a program

TextView tv = ne         


        
7条回答
  •  我在风中等你
    2020-12-08 23:05

    Android supports Unicode out-of-the box. You're particular language might be not supported though. You can find list of supported locales for each SDK version by looking at Platform Notes.

提交回复
热议问题