correct utfmap (Michael Teichgräber)
This commit is contained in:
parent
e861a5bd32
commit
95d412d4bc
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ troff2rune(Rune *rs)
|
||||||
trtab[ntrtab] = trinit[i];
|
trtab[ntrtab] = trinit[i];
|
||||||
ntrtab++;
|
ntrtab++;
|
||||||
}
|
}
|
||||||
file = "/sys/lib/troff/font/devutf/utfmap";
|
file = unsharp("#9/troff/font/devutf/utfmap");
|
||||||
if((b = Bopen(file, OREAD)) == nil)
|
if((b = Bopen(file, OREAD)) == nil)
|
||||||
sysfatal("open %s: %r", file);
|
sysfatal("open %s: %r", file);
|
||||||
while((p = Brdline(b, '\n')) != nil){
|
while((p = Brdline(b, '\n')) != nil){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue