From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.bugs Subject: Re: Yankee Doodle Dandy (La glorieuse parade) Date: Fri, 23 Feb 2007 11:50:17 +0100 (CET) Message-ID: <14743868.103251172227817266.JavaMail.www@wwinf4201> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1172227836 10928 80.91.229.12 (23 Feb 2007 10:50:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Feb 2007 10:50:36 +0000 (UTC) Cc: "Emacs Bug \[bug-gnu-emacs\]" To: rms@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 23 11:50:27 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HKY0P-0003JE-VF for geb-bug-gnu-emacs@m.gmane.org; Fri, 23 Feb 2007 11:50:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKY0P-0001fc-HC for geb-bug-gnu-emacs@m.gmane.org; Fri, 23 Feb 2007 05:50:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HKY0N-0001fX-Pb for bug-gnu-emacs@gnu.org; Fri, 23 Feb 2007 05:50:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HKY0L-0001fL-7S for bug-gnu-emacs@gnu.org; Fri, 23 Feb 2007 05:50:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKY0L-0001fI-3P for bug-gnu-emacs@gnu.org; Fri, 23 Feb 2007 05:50:21 -0500 Original-Received: from smtp2.voila.fr ([193.252.22.175] helo=smtp1.voila.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HKY0J-0005oj-D4; Fri, 23 Feb 2007 05:50:19 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4106.voila.fr (SMTP Server) with ESMTP id 53AC8580020A; Fri, 23 Feb 2007 11:50:17 +0100 (CET) Original-Received: from wwinf4201 (wwinf4201 [10.232.2.28]) by mwinf4106.voila.fr (SMTP Server) with ESMTP id 440305800265; Fri, 23 Feb 2007 11:50:17 +0100 (CET) X-ME-UUID: 20070223105017278.440305800265@mwinf4106.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15606 Archived-At: > > > Bref: Just try to use EMACS (id est to use query-replace) to take > > > out the zeros. Every combination that you try fails. (unibyte, hexl > > > mode, etc) > > > > What's wrong with M-x replace-string RET C-q C-@ RET RET ? > > If you don't change the encryption system it will be saved into a > format unrecognisable for xine for example, so using > replace-string does not work, even if before saving the buffer > looks ok. > > I do not know what this discussion is about. Can you provide > a test case that fails? > > No, the problem was very bad formulated by me. The problem was that I had a subtitle file in which every character was kept on 16 bits, not on 8 as usual, and that is why Xine cannot read this file. The characters were kept as Char = < zeros > I tried to have this file into a format that xine recognize by using query-replace. Query-replace replaced zeros with " ", but it kept every char on 16 bits. So the problem was bad formulated by me, because I did not know so far what the encodings are.