r3-gui can't input chinese in Pinyin

104 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 answers

0
Shixin Zeng 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)