emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unicode support for the MS Windows clipboard


From: Benjamin Riefenstahl
Subject: Re: Unicode support for the MS Windows clipboard
Date: Tue, 27 Jul 2004 13:04:24 +0200
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux)

Hi Jason,

Jason Rumney <address@hidden> writes:
> +  render (make_number (current_clipboard_type));
> +  if (current_clipboard_type == CF_UNICODETEXT)
> +    render (make_number (CF_TEXT));
>
> Make sure that rendering CF_TEXT does not clobber the CF_UNICODETEXT
> that you just put there on the NT based versions of Windows that do
> automatic conversions. It might be better to reverse the order.

*Very* good point, thanks. 

benny





reply via email to

[Prev in Thread] Current Thread [Next in Thread]