mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
2 bug fixes (by AsamK) to make rscollection files compatible with utf8
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4701 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0d118c7033
commit
e62008d493
2 changed files with 4 additions and 3 deletions
|
@ -184,6 +184,7 @@ bool RsCollectionFile::save(const QString& filename) const
|
|||
}
|
||||
|
||||
QTextStream stream(&file) ;
|
||||
stream.setCodec("UTF-8") ;
|
||||
|
||||
stream << _xml_doc.toString() ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue