Empirically, based on that error, I don't think UTF-8 is supported.
However, you can encode unicode using \u, like "\u8a23". You can paste
汎用=最大公約数幻想に訣別を into
http://glittle.org/JavaStringEditor/JavaStringEditor.html to get
"\u6c4e\u7528\uff1d\u6700\u5927\u516c\u7d04\u6570\u5e7b\u60f3\u306b\u8a23\u5225\u3092".
2010/6/4 Michael Bernstein <msbe...@mit.edu>:
> Can TurKit run UTF-8 scripts? I have some input with non-latin character
> sets, so I began encoding my .js file in UTF-8.
>
> For example, the one-line script (attached):
> print("The web - is full of “data-driven apps.” 汎用=最大公約数幻想に訣別を。");
2010/6/8 Michael Bernstein <msbe...@mit.edu>: