在 Android EditText 中显示乌尔都语字符
在 Android 中编码乌尔都语
我想开发一个应用程序,其中我想将乌尔都语字符串存储到 SqlLite 数据库中,我需要将乌尔都语字符输入到 EditText
中,以便我可以复制和插入数据库,同样,我想将存储的乌尔都语数据显示到 EditText
或列表列中
Encoding Urdu in Android
I want to develop an application , in which i want to store Urdu string into SqlLite database, i need to input Urdu Characters into EditText
so i can copy and insert into Database, and like wise, i want to display Stored Urdu data into EditText
or in List Column
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,我们需要乌尔都语字体的字体文件。例如,我们的乌尔都语字体文件名为 urdufont.ttf。将此文件保存到资产文件夹中,然后使用以下代码
同样,我们可以设置任何类型的文本,而无需使用区域设置,
首先从 intetnet 下载 urdu 字体文件,然后按照上述说明进行操作。
To do this we need the font file for Urdu fonts. For example ,we have the Urdu font file name as urdufont.ttf. Save this file into the assets folder then use the bellow code
Like wise we can set any type of text with out using the Locale
first download the urdu font file from intetnet ,then follow the above instructions.