diff options
Diffstat (limited to 'sip/qt/qstrlist.sip')
-rw-r--r-- | sip/qt/qstrlist.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qt/qstrlist.sip b/sip/qt/qstrlist.sip index 695c872..2a35b65 100644 --- a/sip/qt/qstrlist.sip +++ b/sip/qt/qstrlist.sip @@ -85,7 +85,7 @@ is used instead. if (PyUnicode_Check(object)) { - s = tqstrdup(sipString_AsLatin1String(&object)); + s = tqstrdup(sipString_AsUTF8String(&object)); } else if ((s = (char *)sipBytes_AsString(object)) == NULL) { |