Changed to use ToNewUTF8String instead of ToNewCString in order to avoid data loss of non latin1 data,

contributed by m_kato@ga2.so-net.ne.jp, r=chuang,nhotta.
This commit is contained in:
nhotta%netscape.com 2000-04-21 21:35:21 +00:00
Родитель ac84f92a46
Коммит 52c54d05da
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -425,7 +425,7 @@ nsAddbookProtocolHandler::GeneratePrintOutput(nsIAddbookUrl *addbookUrl,
else
rv = BuildAllHTML(aDatabase, directory, workBuffer);
*outBuf = workBuffer.ToNewCString();
*outBuf = workBuffer.ToNewUTF8String();
EarlyExit:
// Database is open...make sure to close it