在android中下载xml时出现瑞典字符(åäö)问题

发布于 2024-11-27 03:26:45 字数 134 浏览 2 评论 0原文

在我的 Android 应用程序中,我从服务器下载一个 xml 文件,从中构建一个 xml 文档,解析它并使用通常的 setText 方法在布局中显示信息。然而,瑞典语字符 åäö 无法正确显示。

我不知道如何解决这个问题,有什么建议吗?

In my android app, i download a xml file from a server, construct a xml doc out of it, pars it and display the info in an layout with the usual setText method. However the Swedish characters åäö wont show correctly.

I have no idea how to fix this, any tips?

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

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

发布评论

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

评论(2

关于从前 2024-12-04 03:26:45

如果您使用的是 eclipse ide,请转到 Window 菜单 下的 preferences,然后在 General 节点下选择 Workspace,在显示的窗口中,将文本文件编码更改为UTF8..

并且您可以从其属性更改每个文件的编码代码>窗口

if you are using eclipse ide go to preferences under Window menu, then under General node, select Workspace, in the window shown, change the text file encoding to UTF8..

and you can change the encoding per file from its properties window

神经大条 2024-12-04 03:26:45

我发现了问题,这是一开始就不应该存在的问题。我不太确定为什么,无论如何,xml 文件都是用 UTF-8 编码的,但是当该行位于第一行时,DocumentBuilder 无法从中构建文档。

感谢您给我的提示!

I found the problem, it was the in the beginning that was not suppose to be there. I'm not really sure why, the xml file is encoded with UTF-8 anyway, but the DocumentBuilder was not able to build a Document out of it when that line was first.

Thanks for the tips that lead me to it!

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