diff options
author | Jonathan Liu <net147@gmail.com> | 2013-06-20 23:19:53 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-09 10:53:53 +0100 |
commit | b8de21c074984319a216a3fcc44def1231e9187e (patch) | |
tree | 5182a8bf08bfa5ded853bb4a961b588a74a9f73f /meta/recipes-extended | |
parent | c1ea152c08cea947173a61937689a22791f7b4b5 (diff) | |
download | poky-b8de21c074984319a216a3fcc44def1231e9187e.tar.gz |
qt4: add eglibc-gconv-utf-16 to QtCore RRECOMMENDS when using glibc
This fixes the following warnings when running Qt applications:
QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed
QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed
Qt's QString class stores strings internally using UTF-16 encoding.
The UTF-16 iconv module is needed to convert between the system's local
8-bit representation and QString's UTF-16 encoding.
For example, the following functions would be affected:
QString::fromLocal8Bit(...)
QString::toLocal8Bit(...)
If the UTF-16 iconv module couldn't be loaded, it would use Latin-1
encoding instead of the system's encoding for conversion.
[YOCTO #349]
(From OE-Core master rev: 2e9c8007bca684149d72e96423f30433b6665fad)
(From OE-Core rev: 995502d19cce43430c3f4dce80ce6ef5feee7421)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions