Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个需要在屏幕上的 LabelField 上显示马拉雅拉姆语文本的应用程序。文本现在显示如下
'!56';'!75';'!76';'!90';'!56';"
但我想把它作为以下
ജയരാജ</p>
怎么做?
您需要将文本转换为 \u0987 格式的 javascript 转义,然后才能在黑莓设备上显示。
检查 unicode 转换器
将您的字符串粘贴到上述网站的混合输入中,然后查看 java 脚本转义,您需要使用 String.replace 将相应的字符串转换为 unicode 我认为..
将其转换为任何马拉雅拉姆字体的 ASCII 格式,并将该马拉雅拉姆字体设置为应用程序的默认字体。我认为这将解决您的问题。