add comment about possibly wrong encoding

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16297 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-12-16 10:38:01 +00:00
parent 0a1057b62e
commit bdbedecab3

View File

@ -100,6 +100,9 @@ void ControlLog::getContents(std::ostream & ss) const
bool success = false;
// FIXME UNICODE
// Our caller interprets the file contents as UTF8, but is that
// correct?
if (in) {
ss << in.rdbuf();
success = ss.good();