MO 文件是否特定于平台?

发布于 2024-12-22 16:37:53 字数 387 浏览 2 评论 0原文

我在 Linux 服务器上使用 gettext 时遇到一些问题。它可以在我的 Windows 机器上运行。所以我发现的可能原因之一是 MO 文件可能是特定于平台的。

这篇文章中,写道:

由于 .mo 文件是二进制文件,因此它们是特定于平台的。

但事实真的是这样吗?为什么 gettext 团队要让它们针对特定平台?这就像说“由于 .jpg 文件是二进制文件,因此它们是特定于平台的”,幸运的是这不是真的。

那么有人知道这件事吗?我在 gettext 的参考文档中找不到太多信息。

I'm having some troubles getting gettext work on a Linux server. It works on my Windows machine. So one of the possible reasons I found is that MO files might be platform specific.

In this article, it's written:

Since the .mo files are binary, they are platform specific.

But is that really the case? Why would the gettext team make them platform specific? That would be like saying "Since .jpg files are binary, they are platform specific", which thankfully is not true.

So does anybody know anything about this? I can't find much information on gettext's reference documentation.

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

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

发布评论

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

评论(1

冰葑 2024-12-29 16:37:53

查看 gnu gettext 源< /a> 它至少考虑了不同的字节序并使用固定的 32 位整数。文件格式在文件 gmo 中定义.h。所以我认为 gnu gettext 文件应该是可移植的。然而,还有其他 gettext 实现。由于您链接的文章提到了Solaris,因此情况可能有所不同。

Looking at the gnu gettext source it at least accounts for different endiannesses and uses fixed 32 bit ints. The file format is defined in the file gmo.h. So I think gnu gettext files should be portable. However, there are also other gettext implementations. Since the article you linked mentioned solaris it might be that the story is different there.

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