ttkk1024
ttkk1024

Reputation: 41

r3-gui can't input chinese in Pinyin

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

REBOL [
   title: "test"
]

load-gui

view [
  sometext: field
]

Upvotes: 4

Views: 98

Answers (1)

Shixin Zeng
Shixin Zeng

Reputation: 1438

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)

Upvotes: 2

Related Questions