Introduction
Introduction Statistics Contact Development Disclaimer Help
tcorrect utfmap (Michael Teichgräber) - plan9port - [fork] Plan 9 from user sp…
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 95d412d4bca1e7855818e09ee5afa260e6356504
parent e861a5bd32de4c26a0ef3eea094768b704b99936
Author: rsc <devnull@localhost>
Date: Sat, 6 May 2006 22:52:32 +0000
correct utfmap (Michael Teichgräber)
Diffstat:
M src/cmd/htmlroff/char.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/cmd/htmlroff/char.c b/src/cmd/htmlroff/char.c
t@@ -90,7 +90,7 @@ troff2rune(Rune *rs)
trtab[ntrtab] = trinit[i];
ntrtab++;
}
- file = "/sys/lib/troff/font/devutf/utfmap";
+ file = unsharp("#9/troff/font/devutf/utfmap");
if((b = Bopen(file, OREAD)) == nil)
sysfatal("open %s: %r", file);
while((p = Brdline(b, '\n')) != nil){
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.