‘@

Home 

c++ Programming Glossary: c3bc

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

encodedString.toHex I get the following output. utf8 ΓΌ c3bc Latin1 ΓΌ c3bc ISO 8859 1 ΓΌ c3bc As you can see I get the unicode.. I get the following output. utf8 ΓΌ c3bc Latin1 ΓΌ c3bc ISO 8859 1 ΓΌ c3bc As you can see I get the unicode 0xc3bc everywhere.. following output. utf8 ΓΌ c3bc Latin1 ΓΌ c3bc ISO 8859 1 ΓΌ c3bc As you can see I get the unicode 0xc3bc everywhere where I would..