From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82553 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: coding problem UTF8 (was: icalendar.el and gnus.) Date: Fri, 30 Nov 2012 15:24:47 +0100 Message-ID: <871ufbf9sg.fsf_-_@gilgamesch.quim.ucm.es> References: <87obih4a6q.fsf@mat.ucm.es> <8438zrbwsc.fsf@davestoy.homelinux.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1354285531 15573 80.91.229.3 (30 Nov 2012 14:25:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Nov 2012 14:25:31 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30819@lists.math.uh.edu Fri Nov 30 15:25:44 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TeRXD-0000w9-1I for ding-account@gmane.org; Fri, 30 Nov 2012 15:25:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1TeRWY-0002C1-I1; Fri, 30 Nov 2012 08:25:02 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TeRWW-0002Bh-Gu for ding@lists.math.uh.edu; Fri, 30 Nov 2012 08:25:00 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TeRWV-0005OP-6w for ding@lists.math.uh.edu; Fri, 30 Nov 2012 08:25:00 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TeRWT-0007jo-Q4 for ding@gnus.org; Fri, 30 Nov 2012 15:24:57 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TeRWe-0000Gw-1i for ding@gnus.org; Fri, 30 Nov 2012 15:25:08 +0100 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Nov 2012 15:25:08 +0100 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Nov 2012 15:25:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 43 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es X-Hashcash: 1:20:121130:gmane.emacs.gnus.general::vI2UrEDJqaSEhyx/:00000000000000000000000000000000000000D/z User-Agent: Gnus/5.110018 (No Gnus v0.18) XEmacs/21.5-b32 (linux) Cancel-Lock: sha1:l+f/J+VjknsyerzAwrRckitWbxI= X-Spam-Score: -2.3 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82553 Archived-At: >> On Thu, 29 Nov 2012 22:21:39 -0500, >> david.goldberg6@verizon.net (Dave Goldberg) wrote: >> Hello > (defun dsg-icalendar-handle-part (handle) [snip] > (setq gnus-article-mime-part-function 'dsg-icalendar-handle-part) Thanks that works nicely, save the coding problem. That is when use space to display the message, the minibuffer displays. Add appointment for "Seminario Matemática Aplicada" on 12 5 2012 at 11:00 to diary? (y or n) No When I answer with y, the appointment is inserted but like this: 12/5/2012 11:00-12:00 Seminario Matemática Aplicada Desc: Jan Cholewa. Silesian, University, Katowice, Poland. "On the equi-exponential attraction and rate of convergence of attractors" Organizado por el Departamento de Matemática Aplicada con la colaboración del Grupo de Investigación UCM "Comportamiento Asintótico y Dinámica de Ecuaciones Diferenciales" (CADEDIF). View your event at http://www.google.com/calendar/event?action=VIEW&eid=cGdnaGVsNDVobGxrNXF2MW81azcyOG9oaXMgb3ViQG1hdC51Y20uZXM&tok=MjEjb3ViLm91Yi5vdWJAZ21haWwuY29tZTcyYzhjZTg5YmUwNTBkYzVjMjZiNDMzZjM2YzFkNzYwNGZmZjg3ZQ&ctz=Europe/Madrid&hl=en. Location: Seminario Alberto Dou (aula 209) Organizer: mailto:oub.oub.oub@gmail.com I hope the bad encoded UTF8 chars reach the group I have á etc instead of à So I have to run (decode-coding-region start end 'utf-8 nil) When I answer the question with NO and then call the icalendar-import-buffer manually the coding is fine!