Files
mgmt/examples/lang/unicode.mcl
2019-05-15 04:13:20 -04:00

8 lines
149 B
Plaintext

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