aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2004-05-09 10:12:00 +0000
committerJason Rumney2004-05-09 10:12:00 +0000
commit07312b25d351a9c9b91906321f07a7fc0754b660 (patch)
tree704dcac3c5a446daaf2ecd0f9b28874537ae5ac6
parent88e15d0eca7546c5f42e9d06771b391d5f05f28a (diff)
downloademacs-07312b25d351a9c9b91906321f07a7fc0754b660.tar.gz
emacs-07312b25d351a9c9b91906321f07a7fc0754b660.zip
Remove incorrect comment about using utf-16 for Windows clipboard
coding system.
-rw-r--r--etc/PROBLEMS5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index ed6875821ae..97c7e6cf67e 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -574,11 +574,6 @@ ought to recognize the Windows language-change event and set up the
574appropriate keyboard encoding automatically, but it doesn't do that 574appropriate keyboard encoding automatically, but it doesn't do that
575yet.) 575yet.)
576 576
577Windows uses UTF-16 encoding to deal with multilingual text (text not
578encodable in the `system codepage') in the clipboard. To deal with
579this, load the library `utf-16' and use `set-selection-coding-system'
580to set the clipboard coding system to `utf-16-le-with-signature-dos'.
581
582The %b specifier for format-time-string does not produce abbreviated 577The %b specifier for format-time-string does not produce abbreviated
583month names with consistent widths for some locales on some versions 578month names with consistent widths for some locales on some versions
584of Windows. This is caused by a deficiency in the underlying system 579of Windows. This is caused by a deficiency in the underlying system