From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: Unicode support for the MS Windows clipboard Date: Sat, 29 May 2004 16:46:20 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <9681-Thu27May2004100522+0300-eliz@gnu.org> <7494-Fri28May2004112038+0300-eliz@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085842046 24820 80.91.224.253 (29 May 2004 14:47:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 May 2004 14:47:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 29 16:47:21 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BU57J-0001p3-00 for ; Sat, 29 May 2004 16:47:21 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BU57I-0007q6-00 for ; Sat, 29 May 2004 16:47:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BU57O-0008Ln-5U for emacs-devel@quimby.gnus.org; Sat, 29 May 2004 10:47:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BU57M-0008Li-9h for emacs-devel@gnu.org; Sat, 29 May 2004 10:47:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BU57K-0008LW-L3 for emacs-devel@gnu.org; Sat, 29 May 2004 10:47:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BU57K-0008LT-J5 for emacs-devel@gnu.org; Sat, 29 May 2004 10:47:22 -0400 Original-Received: from [193.28.100.151] (helo=mail.epost.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BU56c-0002Xa-NG; Sat, 29 May 2004 10:46:38 -0400 Original-Received: from seneca.benny.turtle-trading.net.epost.de (193.99.153.30) by mail.epost.de (6.7.015) id 40B51544000A279E; Sat, 29 May 2004 16:46:37 +0200 Original-To: Eli Zaretskii In-Reply-To: <7494-Fri28May2004112038+0300-eliz@gnu.org> (Eli Zaretskii's message of "Fri, 28 May 2004 11:20:38 +0200") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24169 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24169 Hi Eli, >> From: Benjamin Riefenstahl >> - CF_OEMTEXT - [...] line drawing characters [...] 9x/Me "Eli Zaretskii" writes: > Doesn't Unicode support line-drawing characters? >> CF_UNICODETEXT [on 9x/Me ...] As I said in the other post, applications on 95 and 98 do not support CF_UNICODETEXT and the format is not automatically converted by the system as it is on NT/W2K/XP. This is as documented on MSDN. > [...] if selection-coding-system is the same as the system codepage, > we should use CF_TEXT, as that will, AFAIK, allow more (older) > applications to be able to paste. That is the case with the algorithm I outlined in my other mail. benny