gpt4 book ai didi

ruby - 在 Linux Docker 容器上运行时出现 gsub 编码错误 US-ASCII 中的字节序列无效

转载 作者:可可西里 更新时间:2023-11-01 11:49:51 24 4
gpt4 key购买 nike

我有一个字符串,我正在从 "\r\n" 转换为 "\n" 行结束使用:

input.gsub(/\r\n?/, "\n")

当我在我的 Windows 主机上运行它时,它工作正常。当我在 Linux 主机上运行时,在 docker 容器中,出现此错误:

in `gsub': invalid byte sequence in US-ASCII (ArgumentError)

我正在运行 Ruby 2.2。

最佳答案

我通过这样做修复了它 Invalid byte sequence in UTF-8 (ArgumentError)

关于ruby - 在 Linux Docker 容器上运行时出现 gsub 编码错误 US-ASCII 中的字节序列无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32743553/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com