在 J2ME 中显示阿拉伯语/意大利语/印度语
我在 J2ME 中创建了一个测验应用程序,我需要向移动设备显示 unicode 阿拉伯语/意大利语/孟加拉语。它在支持多语言的诺基亚手机中运行良好。但我需要显示 unicode 那些不支持 unicode 的设备中的字符。我需要显示像 Opera Mini 这样的 unicode 字符。 我搜索了各种网站和论坛,但找不到任何解决方案。如果有人知道如何做到这一点,请帮助我。
I created a quiz application in J2ME, I need to show unicode arabic/italian/bangla to the mobile. It works fine in nokia handsets which has multi language support. But I need to show unicode
character in those devices which does not support unicode. I need to show unicode character like opera mini.
I searched various websites and forums, but I could not found any solutions. Please help me if anyone knows how to do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
引用已弃用的 Opera 网站:
因此,它看起来归结为对印度文字的字体支持,但对于您的希伯来语和阿拉伯语需求,您可能会感到失望。
编辑:根据快速互联网搜索,
opera:config
中有一个选项use bitmap fonts for Complex script
,它允许某种服务器复杂脚本的端渲染。Quoting from the deprecated Opera website:
So it looks like boils down to font support for Indic scripts, but for your Hebrew and Arabic needs you will probably be disappointed.
Edit: According to a quick internet search, there is an option
use bitmap fonts for complex scripts
inopera:config
which allows some sort of server-side rendering of complex scripts.您可以使用字母图像来设计自定义字体。关注此主题办理手续。
You have take design custom font by using images of the alphabets. Follow this thread for the procedure.