I want to show the Reginonal language(Gurumukhi) in my Android app

后端 未结 3 859
广开言路
广开言路 2020-12-20 20:46

I want the output as shown in below image

\"This

This is a Sikh holy book which

3条回答
  •  臣服心动
    2020-12-20 21:24

    It seems that you are trying to use a privately-encoded 8-bit font for Gurmukhi letters, i.e. a font with code number range 0..255 with each number mapped to a character according to some font-dependent convention, not by any standard encoding.

    Consider using Unicode (UTF-8) and a Unicode-encoded font instead.

提交回复
热议问题