‘@

Home 

c++ Programming Glossary: xc3

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

ΓΌ c3bc ISO 8859 1 ΓΌ c3bc As you can see I get the unicode 0xc3bc everywhere where I would expect to get the Latin1 0xfc for.. Unicode's code point which is a sequence of two bytes 0xc3 0xbc . QString QString const char str and QByteArray QByteArray.. used by QString's constructor to decode two byte sequence 0xc3 0xbc it gets Answer By default no codec is set with QTextCodec..