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.
似乎没有,但我可能会遗漏一些东西。Windows 7 上的 Cygwin RSYNC 的默认安装是否支持 Unicode 文件名?我正在尝试将文件从 Mac 同步到 Windows。
Cygwin 本身很可能支持它们,但它运行的 Windows 控制台窗口不支持。您可以更改控制台以使用 UTF-8 代码页:
/cygdrive/c/Windows/System32/chcp.com 65001
上面的答案对我有帮助,但只有在我也为 Cygwin 设置了 UTF-8 编码之后:
/cygdrive/c/Windows/System32/chcp.com 65001 export LANG=ru_RU.UTF-8