From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: nospam55 Newsgroups: gmane.emacs.help Subject: Re: fixing M$ character codes Date: Mon, 05 Jul 2004 16:22:11 +0200 Organization: itaposets Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2kt6e3F60vhvU1@uni-berlin.de> References: <2ko3egF4flbgU1@uni-berlin.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1089037426 24490 80.91.224.253 (5 Jul 2004 14:23:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jul 2004 14:23:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 05 16:23:38 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BhUNd-0001YT-00 for ; Mon, 05 Jul 2004 16:23:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhUPb-0004n7-W0 for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Jul 2004 10:25:40 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 40 Original-X-Trace: news.uni-berlin.de RgTXvkGxLh6r7ZsbsIopHgKgzLrEMUhph68vGxhRunnEZZND/D User-Agent: KNode/0.7.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:124137 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19468 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19468 Thomas Gehrlein wrote : > Did you try calling the function interactively? > > M-x jym.de8 RET Yes I think this is the correct use of the Jim's funcs, after selection as region of the text to convert ; I think that the problem is that some funny 8 bit chars in the jym.de8 func body got lost in the journey from jim's HD to ours HDs :( for example I got the piece ... ("" "`") ("" "``") ; = 0x93 ("" "''") ; = 0x94 ("" "*") ("" "-") ; = 0x96 ("" "--") ; = 0x97 ("" "`") ("" "'") ... , whith that strange empties "" . Could you quote that chars for us Jim ? for example, octally saying \044 for the dollar sign etc ? We type all back at our PCs. nospam55 :)