From b098c23cbf8caf13bae05a8215d984115e7326b7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 16 Feb 2001 12:25:24 +0000 Subject: [PATCH] Document problems with oc-unicode. --- etc/PROBLEMS | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: Specifying a different independent variable name will affect the resulting formula: @kbd{a F 1 k RET} produces @kbd{3 + 2 k}. +* The `oc-unicode' package doesn't work with Emacs 21. + +It seems that `oc-unicode' introduces 5 2-dimensional charsets to +cover the BMP (Basic Multilingual Plane) subset of Unicode. However, +Emacs 21 adds three mule-unicode-xxxx-yyyy charsets and one +japanese-jisx0213-2 in the private charset area of the Mule character +representation. This leaves only one free slot left for additional +dimension-2 charsets, which is not enough for `oc-unicode'. + +The solution is to modify `oc-unicode' to use the Emacs mule-unicode-* +charsets. We don't yet have a patch for that. * On systems with shared libraries you might encounter run-time errors from the dynamic linker telling you that it is unable to find some -- 2.39.5