c++ Programming Glossary: u00fc
Convert QString into QByteArray with either UTF-8 or Latin1 encoding http://stackoverflow.com/questions/5288959/convert-qstring-into-qbytearray-with-either-utf-8-or-latin1-encoding german ΓΌ is a good example. If I do like this QString name u00fc U 00FC ΓΌ QByteArray utf8 utf8.append name qDebug utf8 name utf8.toHex.. codecForLocale QTextCodec codecForLocale name QString name u00fc QByteArray utf8 utf8.append name qDebug utf8 name utf8.toHex.. site. Question What will be produced as a result of u00fc string literal Answer It depends on what the execution character..
|