aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-16 12:25:24 +0000
committerEli Zaretskii2001-02-16 12:25:24 +0000
commitb098c23cbf8caf13bae05a8215d984115e7326b7 (patch)
treefc8408548a44213c4795cec625216cc13704b7bc
parent815588675f7851e5d23dd1edfa4fa528cfd81b3c (diff)
downloademacs-b098c23cbf8caf13bae05a8215d984115e7326b7.tar.gz
emacs-b098c23cbf8caf13bae05a8215d984115e7326b7.zip
Document problems with oc-unicode.
-rw-r--r--etc/PROBLEMS11
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
602It seems that `oc-unicode' introduces 5 2-dimensional charsets to
603cover the BMP (Basic Multilingual Plane) subset of Unicode. However,
604Emacs 21 adds three mule-unicode-xxxx-yyyy charsets and one
605japanese-jisx0213-2 in the private charset area of the Mule character
606representation. This leaves only one free slot left for additional
607dimension-2 charsets, which is not enough for `oc-unicode'.
608
609The solution is to modify `oc-unicode' to use the Emacs mule-unicode-*
610charsets. 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
602from the dynamic linker telling you that it is unable to find some 613from the dynamic linker telling you that it is unable to find some