r3-gui can't input chinese in Pinyin

109 Views Asked by At

The sometext field can't input any Chinese characters now:

REBOL [
   title: "test"
]

load-gui

view [
  sometext: field
]
1

There are 1 best solutions below

0
On

yes, the interpreter doesn't use any IME, so no CJK, or other complex language input yet. (At least this is the case on Linux, haven't looked into the Windows implementation in details)