Hello ! > Hi > I use QString with Arabic contents. When I call > QPlainTextEdit::setPlainText(s) I see what Arabic's parts of string are > inverted (Ascii's part are not). You have to change layoutDirection for QPlaintText, such as pText->setLayoutDirection (Qt::RightToLeft). -- Best regards, Sincerely yours, Yuriy Rusinov.