diff options
| author | Eli Zaretskii | 2001-02-16 12:25:24 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-16 12:25:24 +0000 |
| commit | b098c23cbf8caf13bae05a8215d984115e7326b7 (patch) | |
| tree | fc8408548a44213c4795cec625216cc13704b7bc | |
| parent | 815588675f7851e5d23dd1edfa4fa528cfd81b3c (diff) | |
| download | emacs-b098c23cbf8caf13bae05a8215d984115e7326b7.tar.gz emacs-b098c23cbf8caf13bae05a8215d984115e7326b7.zip | |
Document problems with oc-unicode.
| -rw-r--r-- | etc/PROBLEMS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 2637a52a5f3..a1f85a4c7b7 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -597,6 +597,17 @@ from Emacs 19.34 distribution: | |||
| 597 | Specifying a different independent variable name will affect the | 597 | Specifying a different independent variable name will affect the |
| 598 | resulting formula: @kbd{a F 1 k RET} produces @kbd{3 + 2 k}. | 598 | resulting formula: @kbd{a F 1 k RET} produces @kbd{3 + 2 k}. |
| 599 | 599 | ||
| 600 | * The `oc-unicode' package doesn't work with Emacs 21. | ||
| 601 | |||
| 602 | It seems that `oc-unicode' introduces 5 2-dimensional charsets to | ||
| 603 | cover the BMP (Basic Multilingual Plane) subset of Unicode. However, | ||
| 604 | Emacs 21 adds three mule-unicode-xxxx-yyyy charsets and one | ||
| 605 | japanese-jisx0213-2 in the private charset area of the Mule character | ||
| 606 | representation. This leaves only one free slot left for additional | ||
| 607 | dimension-2 charsets, which is not enough for `oc-unicode'. | ||
| 608 | |||
| 609 | The solution is to modify `oc-unicode' to use the Emacs mule-unicode-* | ||
| 610 | charsets. We don't yet have a patch for that. | ||
| 600 | 611 | ||
| 601 | * On systems with shared libraries you might encounter run-time errors | 612 | * On systems with shared libraries you might encounter run-time errors |
| 602 | from the dynamic linker telling you that it is unable to find some | 613 | from the dynamic linker telling you that it is unable to find some |