diff options
Diffstat (limited to 'tests/examplefiles/unicode.applescript')
-rw-r--r-- | tests/examplefiles/unicode.applescript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/examplefiles/unicode.applescript b/tests/examplefiles/unicode.applescript new file mode 100644 index 00000000..8cc6c6fb --- /dev/null +++ b/tests/examplefiles/unicode.applescript @@ -0,0 +1,5 @@ +set jp to "日本語" + +set ru to "Русский" + +jp & " and " & ru -- returns "日本語 and Русский" |