aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS13
-rw-r--r--etc/PROBLEMS14
2 files changed, 24 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9a0f0f83e27..3df349fd7e9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2567,9 +2567,16 @@ the Macintosh but may be used generally for Macintosh-encoded text.
2567introduced for Unicode characters in the range U+0100..U+24FF, 2567introduced for Unicode characters in the range U+0100..U+24FF,
2568U+2500..U+33FF, U+E000..U+FFFF respectively. 2568U+2500..U+33FF, U+E000..U+FFFF respectively.
2569 2569
2570** The new coding system `mule-utf-8' has been added. It provides 2570Note that the character sets are not yet unified in Emacs, so
2571limited support for decoding/encoding UTF-8 text. For details, please 2571characters which belong to charsets such as Latin-2, Greek, Hebrew,
2572see the documentation string of this coding system. 2572etc. and the same characters in the `mule-unicode-*' charsets are
2573different characters, as far as Emacs is concerned. For example, text
2574which includes Unicode characters from the Latin-2 locale cannot be
2575encoded by Emacs with ISO 8859-2 coding system.
2576
2577** The new coding system `mule-utf-8' has been added.
2578It provides limited support for decoding/encoding UTF-8 text. For
2579details, please see the documentation string of this coding system.
2573 2580
2574** The new character sets `japanese-jisx0213-1' and 2581** The new character sets `japanese-jisx0213-1' and
2575`japanese-jisx0213-2' have been introduced for the new Japanese 2582`japanese-jisx0213-2' have been introduced for the new Japanese
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