From: Jason Rumney Date: Tue, 15 Feb 2005 23:02:56 +0000 (+0000) Subject: Add note about Unicode clipboard support on Windows. X-Git-Tag: ttn-vms-21-2-B4~2264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71e6cb01e0ddef26f429ed3567c566873508d7c4;p=emacs.git Add note about Unicode clipboard support on Windows. --- diff --git a/etc/NEWS b/etc/NEWS index a8e26ae9f95..64fb260a08a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2188,6 +2188,14 @@ some of them to initialize some of the default faces. `list-colors-display' shows the list of System color names, in case you wish to use them in other faces. +--- +** On MS Windows NT/W2K/XP, Emacs uses Unicode for clipboard operations. +Those systems use Unicode internally, so this allows Emacs to share +multilingual text with other applications. On other versions of +MS Windows, Emacs now uses the appropriate locale coding-system, so +the clipboard should work correctly for your local language without +any customizations. + +++ ** Under X11, it is possible to swap Alt and Meta (and Super and Hyper). The new variables `x-alt-keysym', `x-hyper-keysym', `x-meta-keysym',