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: Jason Rumney
Subject: Re: Unicode support for the MS Windows clipboard
Date: Tue, 27 Jul 2004 08:41:30 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt)

The only comment I have on the actual code is about the following

+  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.





reply via email to

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