diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2009-09-09 12:27:18 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2009-09-09 12:38:28 (GMT) |
commit | d6993e7d88750a55d62bf5acbe7e7d03069dfbdf (patch) | |
tree | 6d5abd938d42639ba5d8ad0b70c34eb40f2efd3f /doc/src/snippets/code/src_sql_kernel_qsqlresult.cpp | |
parent | 8cb263eeaffa2948477a8b3a1c8512f94ec9bb0b (diff) | |
download | Qt-d6993e7d88750a55d62bf5acbe7e7d03069dfbdf.zip Qt-d6993e7d88750a55d62bf5acbe7e7d03069dfbdf.tar.gz Qt-d6993e7d88750a55d62bf5acbe7e7d03069dfbdf.tar.bz2 |
Avoid garbled output on Windows for non-ascii-compatible text
In the Windows print engine, we try to send a text item as a raw string
of characters to the printer driver if this is possible. This is to
facilitate using PDF-printers as much as possible, allowing them to
save the text in the document so for searching etc. We can only safely
do this if all the characters in the string are ASCII-compatible, i.e.
in the 7 bit range, since this is the only part of the set which is
guaranteed to be compatible across code pages.
Task-number: 180655
Reviewed-by: Trond
Diffstat (limited to 'doc/src/snippets/code/src_sql_kernel_qsqlresult.cpp')
0 files changed, 0 insertions, 0 deletions