Re: [Development] Charset probleme

2013-04-29 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=digia@qt-project.org > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On > Behalf Of Thomas PABST > Sent: Monday, April 29, 2013 1:50 PM > To: development@qt-project.org > Subject:

[Development] Charset probleme

2013-04-29 Thread Thomas PABST
Hi, Usually, for charsset problems we can use theses functions: Qt Code: QTextCodec ::setCodecForTr (QTextCodec ::codecForName ("UTF-8")); QTextCodec