Hi, Thiago Macieira. > It's intentional because it's superfluous. You can get the same by running > QString(the_qchar).toLocal8Bit(); > converting to a multibyte 8-bit representation is a string operation anyway. Multibyte?! I thought it should be like char QChar::toLocal8Bit() const; No?