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-21 08:43:37
|
Ferenc Veres wrote on Freitag, 20. Januar 2006 23:46: > I'll have my input data in utf-8, so I think fromUtf8 could be used, but > currently I cannot call that method on QString. Will it be implemented > as static method like the C++? (If yes, I think I will need an example > on how to call. :-) ) we could make a configure option '--enable-unicode' or alike for providing unicode strings to the underlying php system. So a echo $myQString; would echo the unicode string instead of the ASCII string. -- Thomas |