summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-28 11:15:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-28 12:11:26 +0000
commit49f2a69fa7d8eaa23d77519ac29748f4dc3e4c5a (patch)
treefb7f27dfaf77b9fa019960c139010487efa972d3 /sd/source/ui/view
parentfdo#46808, use service constructor for sdbc::ConnectionPool (diff)
downloadcore-49f2a69fa7d8eaa23d77519ac29748f4dc3e4c5a.tar.gz
core-49f2a69fa7d8eaa23d77519ac29748f4dc3e4c5a.zip
bigendian utext mixup triggering regression test failure
text takes a pointer to a sal_uInt8 buffer but utext takes a pointer to a sal_Unicode buffer passing a sal_uInt8 sequence of e.g. "\x0D\x00" to utext only happens to work on little endian machines to represent 0x000D, its 0x0D00 on bigendian. for more excitement text and utext do not share the same logic! Various special chars are treated different in text vs utext so we can't simply blindly change utext() calls to text() calls and get the same behaviour without reworking those. So keep the text()/utext() calls as they are, but change what's passed to be the right thing. Change-Id: I66696530c4a9482690c461146bdcf0a507b39b68
Diffstat (limited to 'sd/source/ui/view')
0 files changed, 0 insertions, 0 deletions