checkpoint. more UTF8 clipboard stuff.

This commit is contained in:
crs
2002-07-22 18:46:57 +00:00
parent c4f21ce29b
commit fcd99c9510
2 changed files with 4 additions and 2 deletions

View File

@@ -164,6 +164,8 @@ log((CLOG_INFO "added"));
type = converter->getAtom();
format = converter->getDataSize();
data = converter->fromIClipboard(m_data[clipboardFormat]);
log((CLOG_INFO " src: (%d) %s", m_data[clipboardFormat].size(), m_data[clipboardFormat].c_str()));
log((CLOG_INFO " dst: (%d) %s", data.size(), data.c_str()));
}
}
}