问题很简单,很烦人。我无法在控制台或文件中打印俄语文本。
输入:_, a, b = * "AB123".match(/(\D+)(\d+)/)
#=> ["AB123", "AB", "123"]
a #=> "AB"
b #=> "123"
输出:
print("hello world")
print("привет мир")
我根本不会使用俄语,但有时我会收到俄语错误,因为它们不可读,我无法处理这些错误:
> print("hello world")
[1] "hello world"
> print("привет мир")
[1] "ïðèâåò ìèð"