Skip to content

Commit

Permalink
roff: change back the default output device to utf
Browse files Browse the repository at this point in the history
  • Loading branch information
aligrudi committed Jun 19, 2023
1 parent 9c82041 commit 10e1020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roff.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ int main(int argc, char **argv)
int reg, ret;
int i;
if (dev == NULL)
dev = "utf8";
dev = "utf";
if (fdir == NULL)
fdir = TROFFFDIR;
if (mdir == NULL)
Expand Down

0 comments on commit 10e1020

Please sign in to comment.