编译后 Cordova iOS 源文件不是 UTF-8

发布于 2025-01-13 22:32:58 字数 707 浏览 0 评论 0 原文

我为 iOS 开发了一个 Cordova 应用程序。我的所有源代码文件都使用 UTF8。我使用 VS Code 进行编写,使用 XCode 进行编译。它们都正确显示我的源文件:

VS Code

在此处输入图像描述

XCode(我事件手动设置文件编码)

在此处输入图像描述

一旦应用程序被编译并加载到我的手机上,文件就会被解释采用一些不同的编码(此图片来自 Safari 调试器)

在此处输入图像描述

知道如何修复它吗?

I develop a Cordova aplication for iOS. I use UTF8 for all of my source codes files. I use VS Code for writing and XCode for compilation. Both of them show my source files correctly:

VS Code

enter image description here

XCode ( I event set manually encoding of the file )

enter image description here

Once the application is compiled and loaded to my phone, the files are interpreted in some different encoding ( this picture comes from Safari debuger )

enter image description here

Any idea how to fix it?

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

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

发布评论

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

评论(1

雨夜星沙 2025-01-20 22:32:58

所以,最后我找到了解决方案。需要添加

<meta charset="UTF-8">

到index.html中。

So, finally I found the solution. It is necessary to add

<meta charset="UTF-8">

to index.html.

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