diff options
| author | Jason Rumney | 2004-05-09 10:12:00 +0000 |
|---|---|---|
| committer | Jason Rumney | 2004-05-09 10:12:00 +0000 |
| commit | 07312b25d351a9c9b91906321f07a7fc0754b660 (patch) | |
| tree | 704dcac3c5a446daaf2ecd0f9b28874537ae5ac6 | |
| parent | 88e15d0eca7546c5f42e9d06771b391d5f05f28a (diff) | |
| download | emacs-07312b25d351a9c9b91906321f07a7fc0754b660.tar.gz emacs-07312b25d351a9c9b91906321f07a7fc0754b660.zip | |
Remove incorrect comment about using utf-16 for Windows clipboard
coding system.
| -rw-r--r-- | etc/PROBLEMS | 5 |
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 | |||
| 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 |