rbmake bug with the charset
Brought to you by:
wayned
When rbmake works with input files containing non-
latin characters, it adds <META HTTP-EQUIV="Content-
Type" CONTENT="text/html; charset=windows-1252">,
while it has to be
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;
charset=windows-1251">.
Anonymous