HTML J2ME 问题

发布于 2024-10-09 10:25:43 字数 314 浏览 0 评论 0原文

我正在尝试将大量数据放入 BlackBerry 手机的 java me 应用程序中,我注意到 BlackBerry 中可接受的最大文件大小是 150 KB,顺便说一句,我正在用阿拉伯语开发应用程序,所以我正在将每个垃圾转换为相应的 unicode,这样每个字符都会达到 6 个字符,因此这是另一个大问题,一些人告诉我,通过将移动表单视为 html,我可以将阿拉伯语写为阿拉伯字母,而无需编写其 unicode页面,

我的问题是我不知道如何以 html 页面的形式查看该页面,什么是 XMLParser ? 谁能帮我把这一切整合在一起,因为我真的需要一些认真的帮助,

非常感谢 赫舍姆

i'm trying to put large amount of data in a java me application for a BlackBerry mobile and i noticed that the max file size to be accepted in BlackBerry is 150 KB, by the way i'm developping the application in arabic language so i'm converting every litter to his corresponding unicode so every char gets to 6 chars so its another big problem, some ppl told me that i can write arabic as arabic letters without the need to write its unicode, by viewing the mobile form as an html page,

my problem is that i dont know how to view the page as html page and what is XMLParser ??
can anyone help me to get all this together, cos i really need some serious help

thank you alot
Hesham

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁人与我共长歌 2024-10-16 10:25:43

阿拉伯语,所以我正在转换
每窝到他对应的
unicode,因此每个字符达到 6 个字符

我假设您指的是 Java unicode 转义形式,当您说 6 个字符时,例如“\u0600”
当 Java 编译器看到它时,它会将其转换为与该 Unicode 代码点匹配的单字符表示形式。因此,使用这种指定 unicode 字符的方式没有任何开销。

arabic language so i'm converting
every litter to his corresponding
unicode so every char gets to 6 chars

I assume you mean the Java unicode escape form when you say 6 chars, such as "\u0600"
When the Java compiler sees this, it turns it into the single character representation that matches this Unicode code point. So there is no overhead to using this way of specifying unicode characters.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文