Can't print unicode to debug log

On the linux sdk 1.0.3 if I try to print some unicode characters (even supported ones like ) in the console all that's printed is (null).

Minimum repro:

print("」")
print("「")
print("…")
function playdate.update()
	--
end

Looks like you found a bug. :slight_smile: Thanks for the report, I'm fixing it right now.

Got it fixed, unfortunately we just cut a release so it won't make it in this release. But look for it soon.

1 Like