Reputation: 41
The sometext field can't input any Chinese characters now:
REBOL [
title: "test"
]
load-gui
view [
sometext: field
]
Upvotes: 4
Views: 98
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