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.
我在我的 android 应用程序中使用了自定义字体(Trebuchet Ms,Georgia,..)。它在 android 4.0 中正确显示 utf-8 字符,但在 android 2.3 中会显示错误字符。任何人都有这个问题的经验。我研究过,但一无所获。
检查你在第一行有这个的 AndroidManifest.xml:
<?xml version="1.0" encoding="utf-8"?>