From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10213 invoked by alias); 22 Jun 2002 05:35:18 -0000 Mailing-List: contact cygwin-xfree-announce-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cygwin-xfree-announce-owner@sources.redhat.com Received: (qmail 8398 invoked from network); 22 Jun 2002 05:31:04 -0000 Reply-To: From: "Harold Hunt" To: "cygx" , "cygxannounce" Subject: [ANNOUNCEMENT] xwinclip Test 06 (Cygwin/XFree86 and Windows clipboard integration) Date: Fri, 21 Jun 2002 22:35:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-SW-Source: 2002-06/txt/msg00009.txt.bz2 List-Id: Links: I just posted Test 06 to the xwinclip development page: http://xfree86.cygwin.com/devel/xwinclip/ xwinclip binary and source code releases are available via the sources.redhat.com ftp mirror network (http://cygwin.com/mirrors.html) in the pub/cygwin/xfree/devel/xwinclip/ directory. You may wish to note the desired filename in the links below, then download from your closest mirror (http://cygwin.com/mirrors.html). xwinclip binary, direct link: http://www.msu.edu/~huntharo/xwin/xwinclip/xwinclip-Test06.exe.bz2 (6 KB) Server source, direct link: http://www.msu.edu/~huntharo/xwin/xwinclip/xwinclip-20020622-0007.tar.bz2 (10 KB) Changes: 1) xevents.c, xevents.h, xwinclip.c - Add real support for COMPOUND_TEXT, TARGETS, and UTF8_STRING selection types. Grab clipboard contents in Unicode, if supported, convert to multi-byte character set, then stick the result into the appropriate target. This allows Japanese text to be transferred via xwinclip. Other eastern languages (Korean, Chinese, etc.) may also work. (Matsuzaki Kensuke) 2) xwinclip.c - Add a UnicodeSupport function to check if we have Unicode support or not. Currently this is done by just checking if we are on an NT-based platform or not. (Harold Hunt) Enjoy, Harold