comparison etc/PROBLEMS @ 55462:54d3f69203e5

Remove incorrect comment about using utf-16 for Windows clipboard coding system.
author Jason Rumney <jasonr@gnu.org>
date Sun, 09 May 2004 10:12:00 +0000
parents 1fec8b29abc4
children 364a01a6ad9a
comparison
equal deleted inserted replaced
55461:34b5f4f934df 55462:54d3f69203e5
572 the Hebrew input method, type "C-x RET k iso-8859-8 RET". (Emacs 572 the Hebrew input method, type "C-x RET k iso-8859-8 RET". (Emacs
573 ought to recognize the Windows language-change event and set up the 573 ought to recognize the Windows language-change event and set up the
574 appropriate keyboard encoding automatically, but it doesn't do that 574 appropriate keyboard encoding automatically, but it doesn't do that
575 yet.) 575 yet.)
576 576
577 Windows uses UTF-16 encoding to deal with multilingual text (text not
578 encodable in the `system codepage') in the clipboard. To deal with
579 this, load the library `utf-16' and use `set-selection-coding-system'
580 to set the clipboard coding system to `utf-16-le-with-signature-dos'.
581
582 The %b specifier for format-time-string does not produce abbreviated 577 The %b specifier for format-time-string does not produce abbreviated
583 month names with consistent widths for some locales on some versions 578 month names with consistent widths for some locales on some versions
584 of Windows. This is caused by a deficiency in the underlying system 579 of Windows. This is caused by a deficiency in the underlying system
585 library function. 580 library function.
586 581