aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorEli Zaretskii2001-06-10 10:13:08 +0000
committerEli Zaretskii2001-06-10 10:13:08 +0000
commit3d7a4ec820dbcf2fcf6d3552903d5bc8d8a04180 (patch)
tree65ca067113dee4f3a2c8eafe52cc0f7780084df4 /etc/PROBLEMS
parentb5a9911c4144a3a211afb4b90861806e75d11baa (diff)
downloademacs-3d7a4ec820dbcf2fcf6d3552903d5bc8d8a04180.tar.gz
emacs-3d7a4ec820dbcf2fcf6d3552903d5bc8d8a04180.zip
Mention that mule-unicode-* charsets aren't unified with the others.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 5ae962a2eea..a3bf833e4d0 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -668,6 +668,20 @@ from Emacs 19.34 distribution:
668 Specifying a different independent variable name will affect the 668 Specifying a different independent variable name will affect the
669 resulting formula: @kbd{a F 1 k RET} produces @kbd{3 + 2 k}. 669 resulting formula: @kbd{a F 1 k RET} produces @kbd{3 + 2 k}.
670 670
671* Unicode characters are not unified with other Mule charsets.
672
673As of v21.1, Emacs charsets are still not unified. This means that
674characters which belong to charsets such as Latin-2, Greek, Hebrew,
675etc. and the same characters in the `mule-unicode-*' charsets are
676different characters, as far as Emacs is concerned. For example, text
677which includes Unicode characters from the Latin-2 locale cannot be
678encoded by Emacs with ISO 8859-2 coding system; and if you yank Greek
679text from a buffer whose buffer-file-coding-system is greek-iso-8bit
680into a mule-unicode-0100-24ff buffer, Emacs won't be able to save that
681buffer neither as ISO 8859-7 nor as UTF-8.
682
683To work around this, install some add-on package such as Mule-UCS.
684
671* The `oc-unicode' package doesn't work with Emacs 21. 685* The `oc-unicode' package doesn't work with Emacs 21.
672 686
673This package tries to define more private charsets than there are free 687This package tries to define more private charsets than there are free