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.
我正在尝试在 rubymine 中调试阿拉伯语文本。快速搜索显示我需要将 $KCODE 环境变量设置为“U”并需要 jcode 库..
这对我来说在 irb 上工作得很好,但我不知道如何为 rubymine 调试器做这件事。设置调试器环境变量没有帮助。有任何想法吗?
基本上我以另一种方式修复它:通过将编码设置(即#encoding: UTF-8)放在顶部并修复它。
#encoding: UTF-8