shithub: mc

Download patch

ref: 7adff55e8beeaa1a14a971c2a22aef060e93c7f3
parent: 87acad0c11beb15c6d32deeef2fb75585c71d5c2
author: Ori Bernstein <[email protected]>
date: Wed Aug 8 12:37:18 EDT 2012

Test put()ing non-ascii text.

--- a/test.myr
+++ b/test.myr
@@ -24,7 +24,7 @@
 	;;
 	std.write(1, "Hello, 世界\n")
 	chartypes()
-	std.put("format output %i %i %s %s\n", 123, 321, "asdf", "ghij")
+		std.put("format output %i %i %s %s\n", 123, 321, "asdf", "מִלָּה")
 }
 
 const chartypes = {