正しく表示される Unicode テキストを含む「データ」フィールドがあります。そのチャンクをコピーして、「someData」という別のフィールドに入れたいと思います。
ボタンで次のスクリプトを試しました
on mouseUp
put word 2 of line 1 of the unicodeText of field "data" into t
set the unicodeText of field "someData" to t
end mouseUp
非 Unicode テキストはフィールド「someData」に正常に表示されますが、Unicode テキストは表示されません。