summaryrefslogtreecommitdiff
path: root/test/unicode1.awk
blob: 6f97a2d971c25580ecc63f2cb58e9646d78d6641 (plain)
1
2
3
4
5
6
BEGIN {
	print "\u03b1"	# alpha
	print "\u05d0"	# alef
	print "\u20b9f"	# hiragana "a" (i think)
	print "\u1f648"	# see no evil monkey
}