Re: [Php-qt-users] QLineEdit and utf-8 strings - unicode support
Status: Beta
Brought to you by:
tm243
From: Thomas M. <tm...@ip...> - 2006-01-16 17:17:00
|
Ferenc Veres wrote on Montag, 16. Januar 2006 01:41: > 2. QString character code conversions > > I think these routines are not ready yet, it would be great to have them > as time allows. As you could saw on my tests, all localized strings were > displayed broken. > > ::toUtf8 > ::fromUtf8 > > and similar functions. I improved the QString class and toUtf8() works fine. But I get too much segfaults with other functions so I have to spend more time to it. You can put any QString class object to php's echo or print methods, please consider test/qstring.php and test/unicode.php. -- Thomas |