如何在移动浏览器中显示Unicode字符 [英] how to show unicode character in mobile browser

查看:251
本文介绍了如何在移动浏览器中显示Unicode字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我正在使用MMIT(Microsoft移动互联网工具包)开发移动网站
在这里,我想在浏览器中显示我的母语(缅甸).但是,它无法在移动浏览器中显示Unicode.我该怎么做呢?在这里,我正在使用ZawGyi Unicode.

Hi all

I am developing mobile website using MMIT(Microsoft mobile internet toolkit)
Here, I want to show in browser my native language (Myanmar). But, it can''t show Unicode in mobile browser.How can i do to accomplish this?Here, i am using ZawGyi Unicode.
Please help me if possible.

推荐答案

据我了解,这与缅甸语相同,请参见http://en.wikipedia.org/wiki/Myanmar_language [ ^ ].

即使在我的桌面上,我在此Wikipedia页面上也看不到正确的字符.也就是说,这与台式机或移动平台无关.与大多数流行的西方和非西方脚本不同,默认情况下,Windows(和其他流行的平台)上安装的字体不支持该语言.如果您在桌面上看到字符,则意味着您已经安装和使用了一些额外的字体;在您的移动平台上可能并非如此.

同样,从上一页中可以看到,您可以在网页上使用pre-unicode编码.如果是这样,则不能保证它能正常工作.您需要切换到Unicode.因此,您将需要:

As I understand, this is the same as Burmese language, see http://en.wikipedia.org/wiki/Myanmar_language[^].

Even on my desktop, I don''t see proper characters on this Wikipedia page. That said, it''s not a matter of desktop or mobile platforms. Unlike most popular Western and non-Western script, this language is not supported by the fonts installed by default on Windows (and I guess other popular platforms). If you see the characters on your desktop, in means you have some extra fonts installed and used; which may not be the case on your mobile platform.

Also, as I can see from the above page, you could use pre-unicode encoding on your Web pages. If so, it''s not guaranteed to work; you need to switch to Unicode. So, you will need:


  1. 使用Unicode字符集并保护Unicode UTF-8中的所有页面.
  2. 在您的页面上,在http-equiv中声明此编码:

  1. Use Unicode character set and safe all pages in Unicode UTF-8.
  2. On your pages, claim this encoding in http-equiv:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  • 提供嵌入CSS的字体,以便呈现不会取决于用户平台的功能.


  • 最后一项是最有问题的.请参阅此处的CSS示例以及有关字体嵌入问题的讨论: http://randsco.com/index.php/2009/07/04/p680 [ ^ ].

    要将字体嵌入CSS中,您将需要TTF格式的字体.如果您使用其他格式,则问题在于如何获取正确格式的字体.我发现在此处转换了一种在线字体: http://onlinefontconverter.com/ [



    Last item is the most problematic. Please see CSS sample here and discussion of font embedding problems: http://randsco.com/index.php/2009/07/04/p680[^].

    To embed a font in CSS, you will need it in the TTF format. If you have it in a different format, the problem is how to obtain the font in right format. I''ve found an on-line font converted here: http://onlinefontconverter.com/[^].

    —SA


    这篇关于如何在移动浏览器中显示Unicode字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

    查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆