summaryrefslogtreecommitdiff
path: root/test/unicode1.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/unicode1.awk')
-rw-r--r--test/unicode1.awk6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/unicode1.awk b/test/unicode1.awk
new file mode 100644
index 00000000..6f97a2d9
--- /dev/null
+++ b/test/unicode1.awk
@@ -0,0 +1,6 @@
+BEGIN {
+ print "\u03b1" # alpha
+ print "\u05d0" # alef
+ print "\u20b9f" # hiragana "a" (i think)
+ print "\u1f648" # see no evil monkey
+}