Hello, i read a string in a xml file, the string is like this:

1	tre@rtetre	aaaaaaaa	aaaaaaaa

when i print it with qDebug() the "	" is substitute by a "tab" character, what should i do to read the raw string as is in xml file?
thx