Skip to content

Commit

Permalink
locale setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Claes Wikstrom committed Oct 17, 2009
1 parent 006dfea commit 68ab570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/man.yaws
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ out(A) ->
end
end, Page) of
true ->
os:cmd("man " ++ Page ++ " | col -b -p -x");
os:cmd("env LC_ALL=en_US.ISO-8859-1 man " ++ Page ++ " | col -b -p -x");
false ->
"illegal character detected in query arg"
end;
Expand Down

0 comments on commit 68ab570

Please sign in to comment.