在 Windows Ruby 中使用 UNIX 换行符
是否可以告诉 Windows 中的 Ruby 仅使用 \n 而不是 r\n? 我遇到一个问题,即使用 \r\n 保存文件,导致文件无法正常运行。我可以更改某个设置来解决此问题吗?
Is it possible to tell Ruby in Windows to use only \n instead of r\n?
I'm having an issue where a file is being saved with \r\n and it is causing it to not function properly. Is there a setting somewhere I can change to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单的攻击:
当我在十六进制编辑中打开它时:
The simple attack:
And when I open this in hexedit: