diff options
| -rw-r--r-- | etc/NEWS | 13 | ||||
| -rw-r--r-- | etc/PROBLEMS | 14 |
2 files changed, 24 insertions, 3 deletions
| @@ -2567,9 +2567,16 @@ the Macintosh but may be used generally for Macintosh-encoded text. | |||
| 2567 | introduced for Unicode characters in the range U+0100..U+24FF, | 2567 | introduced for Unicode characters in the range U+0100..U+24FF, |
| 2568 | U+2500..U+33FF, U+E000..U+FFFF respectively. | 2568 | U+2500..U+33FF, U+E000..U+FFFF respectively. |
| 2569 | 2569 | ||
| 2570 | ** The new coding system `mule-utf-8' has been added. It provides | 2570 | Note that the character sets are not yet unified in Emacs, so |
| 2571 | limited support for decoding/encoding UTF-8 text. For details, please | 2571 | characters which belong to charsets such as Latin-2, Greek, Hebrew, |
| 2572 | see the documentation string of this coding system. | 2572 | etc. and the same characters in the `mule-unicode-*' charsets are |
| 2573 | different characters, as far as Emacs is concerned. For example, text | ||
| 2574 | which includes Unicode characters from the Latin-2 locale cannot be | ||
| 2575 | encoded by Emacs with ISO 8859-2 coding system. | ||
| 2576 | |||
| 2577 | ** The new coding system `mule-utf-8' has been added. | ||
| 2578 | It provides limited support for decoding/encoding UTF-8 text. For | ||
| 2579 | details, 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 | |||
| 673 | As of v21.1, Emacs charsets are still not unified. This means that | ||
| 674 | characters which belong to charsets such as Latin-2, Greek, Hebrew, | ||
| 675 | etc. and the same characters in the `mule-unicode-*' charsets are | ||
| 676 | different characters, as far as Emacs is concerned. For example, text | ||
| 677 | which includes Unicode characters from the Latin-2 locale cannot be | ||
| 678 | encoded by Emacs with ISO 8859-2 coding system; and if you yank Greek | ||
| 679 | text from a buffer whose buffer-file-coding-system is greek-iso-8bit | ||
| 680 | into a mule-unicode-0100-24ff buffer, Emacs won't be able to save that | ||
| 681 | buffer neither as ISO 8859-7 nor as UTF-8. | ||
| 682 | |||
| 683 | To 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 | ||
| 673 | This package tries to define more private charsets than there are free | 687 | This package tries to define more private charsets than there are free |