examples: lang: Add a unicode example

This commit is contained in:
James Shubin
2019-05-15 04:12:26 -04:00
parent e0d024ac95
commit d5074871c7

View File

@@ -0,0 +1,7 @@
$unicode = "ᴊᴀᴍᴇꜱ is cool ⇨ and so is π ☻"
print "unicode" {
msg => $unicode,
}
file "/tmp/unicode" {
content => $unicode + "\n",
}