summaryrefslogtreecommitdiff
path: root/test/mbstr1.awk
blob: 2abcff21f277ecad50ab8f05f9fd6f5e3e7f068d (plain)
1
2
3
4
BEGIN {
	print length("\x81\x82\x83\x84")
	print index("\x81\x82\x83\x84", "\x81\x82")
}