mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
0a1057b62e
commit
bdbedecab3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user