git: 9front

Download patch

ref: bc2d1b40fc146f26016b8ba3e3fa0e0246c25bb2
parent: bb562faef7081c17373da3f609812601d581a4cf
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Tue Sep 20 08:50:04 EDT 2011

tcs: missing utf8 -> utf alias

--- a/sys/src/cmd/tcs/tcs.c
+++ b/sys/src/cmd/tcs/tcs.c
@@ -163,6 +163,7 @@
 	} tab[] = {
 #include "alias.h"
 		/* not generated by the script */
+		"utf8",	"utf",
 		"euc_jp", "jis",
 		"euc_kr", "euc-k",
 		"windows-874", "tis",
--