shithub: mc

Download patch

ref: 26d2752901f380a5ea22935f49e58e29f404a54a
parent: 88d5948ca08c649e6bd78ae8e634a8c57e53f316
author: Ori Bernstein <ori@eigenstate.org>
date: Fri Jan 8 19:27:50 EST 2016

Chariter => bychar

--- a/test/encodechar.myr
+++ b/test/encodechar.myr
@@ -11,7 +11,7 @@
 	var buf : byte[32]
 
 	s = "1世界äa\n"
-	for c in std.chariter(s)
+	for c in std.bychar(s)
 		foo = c
 		if std.encode(buf[:std.charlen(c)], c) == 0
 			std.write(1, "couldn't encode\n")