From a31e4f61a4c9afb9696a7ff4ff09e02b3281a2f3 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 20 Sep 2011 00:38:28 +0200 Subject: uhtml: add html to unicode converter, used by mothra and page/html2ms --- sys/src/cmd/page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/cmd/page.c') diff --git a/sys/src/cmd/page.c b/sys/src/cmd/page.c index eb2e761c1..12be5dc51 100644 --- a/sys/src/cmd/page.c +++ b/sys/src/cmd/page.c @@ -626,7 +626,7 @@ popenfile(Page *p) else if(cistrncmp(buf, "data = "html2ms | troff -ms | lp -dstdout"; + p->data = "uhtml | html2ms | troff -ms | lp -dstdout"; p->open = popengs; } else if(memcmp(buf, "\xF7\x02\x01\x83\x92\xC0\x1C;", 8) == 0){ -- cgit v1.2.3