There are at least three UTF encodings --- which one do you want to use?
Try:Qt Code:
out.setCodec( "UTF-8" ); out << content; ... in.setCodec( "UTF-8" ); ...To copy to clipboard, switch view to plain text mode
There are at least three UTF encodings --- which one do you want to use?
Try:Qt Code:
out.setCodec( "UTF-8" ); out << content; ... in.setCodec( "UTF-8" ); ...To copy to clipboard, switch view to plain text mode
Bookmarks