【发布时间】:2019-05-24 18:34:39
【问题描述】:
我想在 H2O Flow UI 中设置 UTF8。
在终端中,我可以设置 UTF8 并打开 H2O Flow UI。
java -jar -Dfile.encoding=UTF-8 h2o.jar
但我通常使用 R。 如何设置 UTF8 并通过 R 启动 H2O Flow UI?
我尝试了以下。
options(encoding = "utf-8")
h2o.init()
和
h2o.init(extra_classpath = "-Dfile.encoding=UTF-8")
它运行,但不设置 UTF8
【问题讨论】: