i18n
Robert La Ferla
robertlaferla at comcast.net
Fri Mar 17 22:19:23 EST 2006
Matej Cepl wrote:
> You mean like QString <http://doc.trolltech.com/4.1/qstring.html> in
> Qt? :-)
No. There is a string class in both Objective C and Java that does
that. I'm talking about a user interface control/element that allows a
user to edit/format/print text using mixed languages, fonts, etc... The
underlying machinery is quite complicated and sophisticated. Certainly,
a String class is a critical part of such a design but a rather small
piece overall as it just provides storage and simple programmatic
manipulation. The QText* classes are a better analogy.
More information about the Discuss
mailing list