[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
composition-function-table
- To: mule@xxxxxxxx
- Subject: composition-function-table
- From: "Yair Friedman (Jerusalem)" <YAIRFR@xxxxxxxxxx>
- Date: Mon, 03 Dec 2001 09:29:21 +0200
- Reply-to: mule@xxxxxxxx
- User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1
Hi,
I'm trying to use composition for Hebrew with accents. For that the
composition function has to be registered in composition-function-table.
However, this table doesn't appear to be documented.
Looking at other languages it seems that the registration should be
something like:
(aset composition-function-table (make-char 'hebrew-iso8859-8)
'(("\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?" . hebrew-composition-function)))
But that is th meaning of this regex?
Thanks a lot,
--
Yair Friedman.