windows“zip 文件夹”文件编码

发布于 2024-12-02 15:41:36 字数 491 浏览 1 评论 0原文

当从 zip 存档到 zip 文件夹读取文件名时,Windows 使用哪些编码?

据我所知 西里尔字母表示为 cp866 和 中欧 - cp437

其他呢?

  • 葡萄牙语
  • Español(西班牙语)
  • Français(法语)
  • Polski(波兰语)
  • Türkçe(土耳其语)
  • Deutsch(德语)
  • Italiano(意大利语)
  • ไทย(阿拉伯语)
  • Farsi
  • ไทย(泰语)
  • 中文(中文)
  • 日本语(日语)
  • 한국어(韩语)
  • Tiếng Việt (越南语)

我认为前七个是在 cp437 中。 中国人可能进入Big5 但我对其他人一无所知。

which encodings do windows use when reading filenames from zip archive thru zip folders?

as far as I know
cyrillic is represented as cp866 and
central european - cp437

what about other?

  • Portuguese
  • Español (Spanish)
  • Français (French)
  • Polski (Polish)
  • Türkçe (Turkish)
  • Deutsch (German)
  • Italiano (Italian)
  • العربية (Arabic)
  • Farsi
  • ไทย (Thai)
  • 中文 (Chinese)
  • 日本語 (Japanese)
  • 한국어 (Korean)
  • Tiếng Việt (Vietnamese)

I think first seven of this are in cp437.
Chinese may be in Big5
But I know nothing about others.

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

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

发布评论

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

评论(1

只为守护你 2024-12-09 15:41:36

根据 Apache Commons 压缩 Zip 包文档,它是平台的默认编码。

Windows 的“压缩文件夹”功能无法识别任何标志或
额外字段并使用平台默认编码创建档案
- 并期望在读取档案时采用该编码。

According to Apache Commons Compress Zip package documentation it's the platforms default encoding.

Windows' "compressed folder" feature doesn't recognize any flag or
extra field and creates archives using the platforms default encoding
- and expects archives to be in that encoding when reading them.

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