From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michel Briand Subject: Org Mode + Ditaa EPS + input charset Date: Sat, 6 Nov 2010 13:41:17 +0100 Message-ID: <20101106134117.46831b94@eana.kheb.homelinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=34921 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PEi5H-0008Ig-SJ for emacs-orgmode@gnu.org; Sat, 06 Nov 2010 08:41:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PEi5G-0001Oo-H1 for emacs-orgmode@gnu.org; Sat, 06 Nov 2010 08:41:27 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:37579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PEi5G-0001ON-2t for emacs-orgmode@gnu.org; Sat, 06 Nov 2010 08:41:26 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: mbrannstrom@users.sourceforge.net Cc: emacs-orgmode@gnu.org Hello, (I'm not subscribed to the list) I've setup Org Mode to use the Ditaa provided by Mikael Br=E4nnstr=F6m. In orgmode/contrib/scripts I've done: $ mv ditaa.jar ditaa.jar.dist $ cp /DitaaEps.jar ditaa.jar $ cp /ditaa0_6b.jar . Launched a new Org Mode export. It worked nicely. Now I'm adding text in iso-8859-15 into some boxes of the ditaa block. (My document is in this charset) Apparently this could come from: - Org Mode sending malformed text to ditaa eps - ditaa eps does not handle correctly those charset Anyone has an idea ? A solution ? By the way ditaa provided by Org Mode (git clone / git co release_7.3) is working nicely with iso-8859-15 characters ! Best regards, Michel