not part of build, wallpaper that most tests expect UTF-8 encoding, which is all we have, rs=peterv

This commit is contained in:
axel%pike.org 2003-01-21 14:19:54 +00:00
Родитель 5ded379968
Коммит 6277e47ac0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -216,7 +216,7 @@ void txXMLOutput::startDocument()
}
*mOut << PI_START << XML_DECL << DOUBLE_QUOTE;
*mOut << XML_VERSION;
*mOut << DOUBLE_QUOTE << PI_END << endl;
*mOut << DOUBLE_QUOTE << " encoding=\"UTF-8\"" << PI_END << endl;
}
void txXMLOutput::startElement(const nsAString& aName,