From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: =?koi8-r?b?4c7E0sXKIP7F0sXQwc7P1w==?= Organization: ALT Linux Solutions To: =?koi8-r?b?88XSx8XKIPTV0t7Jzg==?= Date: Thu, 3 May 2007 12:54:04 +0400 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_sMaOGfA6wEPWqmY" Message-Id: <200705031254.04331.cas@altlinux.ru> Cc: ALT Devel discussion list Subject: [devel] =?koi8-r?b?6dPQ0sHXzMXOycUgwsHHwSDTINPPyNLBzsXOycXNINcg?= =?koi8-r?b?S1R1cnRsZQ==?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2007 08:54:15 -0000 Archived-At: List-Archive: List-Post: --Boundary-00=_sMaOGfA6wEPWqmY Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: base64 Content-Disposition: inline 6dPQ0sHXzMXOycUgz9vJwsvJINPPyNLBzsXOydEgxsHKzM/XICoubG9nbyDTIMvPzcHOxMHNySDO wSDS1dPTy8/NLgoKLS0gCuHOxNLFyiD+xdLF0MHOz9cKQUxUIExpbnV4IFNvbHV0aW9ucwpjYXNA YWx0bGludXgucnUK --Boundary-00=_sMaOGfA6wEPWqmY Content-Type: text/x-diff; charset="koi8-r"; name="kturtle.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kturtle.patch" --- kturtle/src/kturtle.cpp 2005-10-10 18:55:19 +0400 +++ kturtle/src/kturtle-new.cpp 2007-05-03 12:34:52 +0400 @@ -380,7 +380,7 @@ else { QString mString = editorInterface->text(); // get the text - editorInterface->setText( mString.utf8() ); // convert it to utf8 + editorInterface->setText( mString ); // convert it to utf8 editor->document()->saveAs(url); // use the KateParts method for saving loadFile(url); // reload the file as utf8 otherwise display weird chars setCaption( url.fileName() ); --Boundary-00=_sMaOGfA6wEPWqmY--