From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Reporting UTF-8 related problems? Date: Sun, 28 Jul 2002 21:26:22 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <2110-Sun28Jul2002212621+0300-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1027880932 27995 127.0.0.1 (28 Jul 2002 18:28:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 28 Jul 2002 18:28:52 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@etl.go.jp Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Ysmh-0007HQ-00 for ; Sun, 28 Jul 2002 20:28:51 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17Yt3Z-0006bD-00 for ; Sun, 28 Jul 2002 20:46:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Ysn4-00085I-00; Sun, 28 Jul 2002 14:29:14 -0400 Original-Received: from odin.inter.net.il ([192.114.186.10]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Yslu-00080G-00 for ; Sun, 28 Jul 2002 14:28:02 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by odin.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id AJV29094; Sun, 28 Jul 2002 21:27:50 +0300 (IDT) Original-To: keichwa@gmx.net X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (message from Karl Eichwalder on Sun, 28 Jul 2002 18:14:35 +0200) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6111 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6111 > From: Karl Eichwalder > Date: Sun, 28 Jul 2002 18:14:35 +0200 > > Cut-and-paste via X selection shows issues. > > Visit http://www.textkritik.de/bka/dokumente/dok_k/koepke1.htm with > lynx runing in an UTF-8 xterm (the page is in German). The telltale ESC % sequence is the beginning of the ``extended segment'' in ICCCM parlance. Emacs doesn't currently support UTF-8 in the extended segments, but adding that support should be easy, I'd think. See ctext-post-read-conversion and ctext-pre-write-conversion defined on mule.el.