Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-26 Thread Phil Thompson
On Thursday 26 January 2006 12:53 am, Ismail Donmez wrote: Hi, I am using QDate.toString(QtCore.Qt.TextDate) in my application and Turkish characters are malformed unless I do unicode(QDate.toString(QtCore.Qt.TextDate) , I checked the Qt4 apidocs and it says : QString toString ( const

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-26 Thread Andreas Pakulat
On 26.01.06 03:15:54, Ismail Donmez wrote: I am doing something like this QStatusBar.showMessage(Foo - %s % QDate.toString(QtCore.Qt.TextDate)) Does it work with: QStatusBar.showMessage(QtCore.QString(Foo - %1).arg(QDate.toString(QtCore.Qt.QTextDate))) ? I suspect that the %-replacement

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-26 Thread Ismail Donmez
Per 26 Oca 2006 11:29 tarihinde, Andreas Pakulat şunları yazmıştı: On 26.01.06 03:15:54, Ismail Donmez wrote: I am doing something like this QStatusBar.showMessage(Foo - %s % QDate.toString(QtCore.Qt.TextDate)) Does it work with: QStatusBar.showMessage(QtCore.QString(Foo -

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-26 Thread Phil Thompson
On Thursday 26 January 2006 1:10 pm, Ismail Donmez wrote: Per 26 Oca 2006 11:29 tarihinde, Andreas Pakulat şunları yazmıştı: On 26.01.06 03:15:54, Ismail Donmez wrote: I am doing something like this QStatusBar.showMessage(Foo - %s % QDate.toString(QtCore.Qt.TextDate)) Does it work

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-26 Thread Ismail Donmez
Per 26 Oca 2006 15:35 tarihinde, Phil Thompson şunları yazmıştı: On Thursday 26 January 2006 1:10 pm, Ismail Donmez wrote: Per 26 Oca 2006 11:29 tarihinde, Andreas Pakulat şunları yazmıştı: On 26.01.06 03:15:54, Ismail Donmez wrote: I am doing something like this

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-26 Thread Phil Thompson
On Thursday 26 January 2006 1:44 pm, Ismail Donmez wrote: Per 26 Oca 2006 15:35 tarihinde, Phil Thompson şunları yazmıştı: On Thursday 26 January 2006 1:10 pm, Ismail Donmez wrote: Per 26 Oca 2006 11:29 tarihinde, Andreas Pakulat şunları yazmıştı: On 26.01.06 03:15:54, Ismail Donmez

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-26 Thread Ismail Donmez
Per 26 Oca 2006 16:27 tarihinde, Phil Thompson şunları yazmıştı: On Thursday 26 January 2006 1:44 pm, Ismail Donmez wrote: Per 26 Oca 2006 15:35 tarihinde, Phil Thompson şunları yazmıştı: On Thursday 26 January 2006 1:10 pm, Ismail Donmez wrote: Per 26 Oca 2006 11:29 tarihinde, Andreas

[PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-25 Thread Ismail Donmez
Hi, I am using QDate.toString(QtCore.Qt.TextDate) in my application and Turkish characters are malformed unless I do unicode(QDate.toString(QtCore.Qt.TextDate) , I checked the Qt4 apidocs and it says : QString toString ( const QString format ) const QString toString ( Qt::DateFormat format

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-25 Thread Andreas Pakulat
On 26.01.06 02:53:31, Ismail Donmez wrote: I am using QDate.toString(QtCore.Qt.TextDate) in my application and Turkish characters are malformed unless I do unicode(QDate.toString(QtCore.Qt.TextDate) , I checked the Qt4 apidocs and it says : QString toString ( const QString format )

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-25 Thread Ismail Donmez
Per 26 Oca 2006 03:11 tarihinde, Andreas Pakulat şunları yazmıştı: On 26.01.06 02:53:31, Ismail Donmez wrote: I am using QDate.toString(QtCore.Qt.TextDate) in my application and Turkish characters are malformed unless I do unicode(QDate.toString(QtCore.Qt.TextDate) , I checked the Qt4