Mercurial > hg > xemacs-beta
view src/charset.h @ 872:79c6ff3eef26
[xemacs-hg @ 2002-06-20 21:18:01 by ben]
font changes etc.; some 21.4 changes
mule/mule-msw-init-late.el: Specify charset->windows-registry conversion.
mule/mule-x-init.el: Delete extra mule font additions here. Put them in faces.c.
cl-macs.el: Document better.
font-lock.el: Move Lisp function regexp to lisp-mode.el.
lisp-mode.el: Various indentation fixes:
Handle flet functions better.
Handle argument lists in defuns and flets.
Handle quoted lists, e.g. property lists -- don't indent like
function calls. Distinguish between lambdas and other lists.
lisp-mode.el: Handle this form.
faces.el, font-menu.el, font.el, gtk-faces.el, msw-faces.el, msw-font-menu.el, x-faces.el, x-init.el: Major overhaul of face-handling code:
-- Fix lots of bogus code in msw-faces.el, msw-font-menu.el,
font-menu.el that was "truenaming" font specs -- i.e. in the
process of frobbing a particular field in a general user-specified
font spec with wildcarded fields, sticking in particular values
for all the remaining wildcarded fields. This bug was rampant
everywhere except in x-faces.el (the oldest and only correctly
written code). This also means that we need to work with font
names at all times and not font instances, because a font instance
is essentially a truenamed font.
-- Total rewrite of extremely junky code in msw-faces.el. Work
with names as well as font instances, and return names; stop
truenaming when canonicalizing and frobbing; fix handling of the
combined style field, i.e. weight/slant (also fixed in font.el).
-- Totally rewrite the frobbing functions in faces.el. This time,
we frob all the instantiators rather than just computing a single
instance value and working backwards. That way, e.g., `bold' will
work for all charsets that have bold available, rather than only
for whatever charset was part of the computed font instance
(another example of the truename virus). Also fix up code to look
at the fallbacks (all of them) when no global value present, so we
don't need to put something in the global value. Intelligently
handle a request to frob a buffer locale, rather than signalling
an error. When frobbing instantiators, try hard to figure out
what device type is associated with them, and frob each according
to its own proper device type. Correctly handle inheritance
vectors given as instantiators. Preserve existing tags when
putting back frobbed instantiators. Extract out general
specifier-frobbing code into specifier.el. Document everything
cleanly. Do lots of other things better, etc.
-- Don't duplicatively set a global specification for the default
font -- it's already in the fallback and we no longer need a
default global specification present. Delete various code in
x-faces.el and msw-faces.el that duplicated the lists of fonts in
faces.c.
-- init-global-faces was not being called at all under MS Windows!
Major bogosity. That caused device-specific values to get stuck
into all the fonts, making it very hard to change them -- setting
global specs caused nothing to happen.
-- Correct weight names in font.el.
-- Lots more font fixups in objects*.c.
Printer.el: Warning fix.
specifier.el: Add more args to map-specifier.
Add various "heuristic" specifier functions to aid in creation of
specifier-munging code such as in faces.el.
subr.el: New functions.
lwlib.c: Fix warning.
config.inc.samp: Clean up, add args to control fastcall (not yet supported! the
changes needed are in another ws of mine), profile support, vc6
support, union-type.
xemacs.dsp, xemacs.mak: Semi-major overhaul.
Fix bug where dump-id was always getting recomputed, forcing a
redump even when nothing changed.
Add support for fastcall. Support edit-and-continue (on by
default) with vc6. Use incremental linking when doing a debug
compilation. Add support for profiling.
Consolidate the various debug flags.
Partial support for "batch-compiling" -- compiling many files on a
single invocation of the compiler. Doesn't seem to help that much
for me, so it's not finished or enabled by default.
Remove HAVE_MSW_C_DIRED, we always do.
Correct some sloppy use of directories.
s/cygwin32.h: Allow pdump to work under Cygwin (mmap is broken, so need to undefine
HAVE_MMAP).
s/win32-common.h, s/windowsnt.h: Support for fastcall. Add WIN32_ANY for identifying all Win32
variants (Cygwin, native, MinGW). Both of these are properly used
in another ws.
alloc.c, balloon-x.c, buffer.c, bytecode.c, callint.c, cm.c, cmdloop.c, cmds.c, console-gtk.c, console-gtk.h, console-msw.c, console-msw.h, console-stream.c, console-stream.h, console-tty.c, console-tty.h, console-x.c, console-x.h, console.c, console.h, device-gtk.c, device-msw.c, device-tty.c, device-x.c, device.c, device.h, devslots.h, dialog-gtk.c, dialog-msw.c, dialog-x.c, dialog.c, dired-msw.c, editfns.c, emacs.c, event-Xt.c, event-gtk.c, event-msw.c, event-stream.c, event-tty.c, event-unixoid.c, events.c, extents.c, extents.h, faces.c, fileio.c, fns.c, frame-gtk.c, frame-msw.c, frame-tty.c, frame-x.c, frame.c, frame.h, glyphs-eimage.c, glyphs-gtk.c, glyphs-msw.c, glyphs-widget.c, glyphs-x.c, glyphs.c, glyphs.h, gui-gtk.c, gui-msw.c, gui-x.c, gui.c, gutter.c, input-method-xlib.c, intl-encap-win32.c, intl-win32.c, keymap.c, lisp.h, macros.c, menubar-gtk.c, menubar-msw.c, menubar-x.c, menubar.c, menubar.h, minibuf.c, mule-charset.c, nt.c, objects-gtk.c, objects-gtk.h, objects-msw.c, objects-msw.h, objects-tty.c, objects-tty.h, objects-x.c, objects-x.h, objects.c, objects.h, postgresql.c, print.c, process.h, redisplay-gtk.c, redisplay-msw.c, redisplay-output.c, redisplay-tty.c, redisplay-x.c, redisplay.c, redisplay.h, scrollbar-gtk.c, scrollbar-msw.c, scrollbar-x.c, scrollbar.c, select-gtk.c, select-msw.c, select-x.c, select.c, signal.c, sound.c, specifier.c, symbols.c, syntax.c, sysdep.c, syssignal.h, syswindows.h, toolbar-common.c, toolbar-gtk.c, toolbar-msw.c, toolbar-x.c, toolbar.c, unicode.c, window.c, window.h: The following are the major changes made:
(1) Separation of various header files into an external and an
internal version, similar to the existing separation of process.h
and procimpl.h. Eventually this should be done for all Lisp
objects. The external version has the same name as currently; the
internal adds -impl. The external file has XFOO() macros for
objects, but the structure is opaque and defined only in the
internal file. It's now reasonable to move all prototypes in
lisp.h into the appropriate external file, and this should be
done. Currently, separation has been done on extents.h,
objects*.h, console.h, device.h, frame.h, and window.h.
For c/d/f/w, the most basic properties are available in the
external header file, with the macros resolving to functions. In
the internal header file, the macros are redefined to directly
access the structure. Also, the global MARK_FOO_CHANGED macros
have been made into functions so that they can be accessed without
needing to include lots of -impl headers -- they are used in
almost exclusively in non-time-critical functions, and take up
enough time that the function overhead will be negligible.
Similarly, the function overhead from making the basic properties
mentioned above into functions is negligible, and code that does
heavy accessing of c/d/f/w structures inevitably ends up needing
the internal header files, anyway.
(2) More face changes.
-- Major rewrite of objects-msw.c. Now handles wildcard specs
properly, rather than "truenaming" (or even worse, signalling an
error, which previously happened with some of the fallbacks if you
tried to use them in make-font-instance!).
-- Split charset matching of fonts into two stages -- one to find
a font specifically designed for a particular charset (by
examining its registry), the second to find a Unicode font that
can support the charset. This needs to proceed as two complete,
separate instantiations in order to work properly (otherwise many
of the fonts in the HELLO page look wrong). This should also make
it easy to support iso10646 (Unicode) fonts under X.
-- All default values for fonts are now completely specified in
the fallbacks. Stuff from mule-x-init.el has all been moved here,
merged with the existing specs, and totally rethought so you get
sensible results. (HELLO now looks much better!).
-- Generalize the "default X/GTK device" stuff into a
per-device-type "default device".
-- Add mswindows-{set-}charset-registry. In time,
charset<->code-page conversion functions will be removed.
-- Wrap protective code around calls to compute device specifier tags,
and do this computation before calling the face initialization code
because the latter may need these tags to be correctly updated.
(3) Other changes.
EmacsFrame.c, glyphs-msw.c, eval.c, gui-x.c, intl-encap-win32.c, search.c, signal.c, toolbar-msw.c, unicode.c: Warning fixes.
config.h.in: #undefs meant to be frobbed by configure *MUST* go inside of
#ifndef WIN32_NO_CONFIGURE, and everything else *MUST* go outside!
eval.c: Let detailed backtraces be detailed.
specifier.c: Don't override user's print-string-length/print-length settings.
glyphs.c: New function image-instance-instantiator.
config.h.in, sysdep.c: Changes for fastcall.
sysdep.c, nt.c: Fix up a previous botched patch that tried to add support for both
EEXIST and EACCES. IF THE BOTCHED PATCH WENT INTO 21.4, THIS FIXUP
NEEDS TO GO IN, TOO.
search.c: Fix *evil* crash due to incorrect synching of syntax-cache code
with 21.1. THIS SHOULD GO INTO 21.4.
author | ben |
---|---|
date | Thu, 20 Jun 2002 21:19:10 +0000 |
parents | 804517e16990 |
children | 184461bc8de4 |
line wrap: on
line source
/* Header for charsets. Copyright (C) 1992, 1995 Free Software Foundation, Inc. Copyright (C) 1995 Sun Microsystems, Inc. Copyright (C) 2001, 2002 Ben Wing. This file is part of XEmacs. XEmacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. XEmacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with XEmacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Synched up with: Mule 2.3. Not in FSF. */ /* Rewritten by Ben Wing <ben@xemacs.org>. */ #ifndef INCLUDED_charset_h_ #define INCLUDED_charset_h_ #ifndef MULE /************************************************************************/ /* fake charset defs */ /************************************************************************/ /* used when MULE is not defined, so that Charset-type stuff can still be done */ #define Vcharset_ascii Qnil #define ichar_charset(ch) Vcharset_ascii #define ichar_leading_byte(ch) LEADING_BYTE_ASCII #define ichar_len(ch) 1 #define ichar_len_fmt(ch, fmt) 1 #define LEADING_BYTE_ASCII 0x80 #define NUM_LEADING_BYTES 1 #define MIN_LEADING_BYTE 0x80 #define CHARSETP(cs) 1 #define charset_by_leading_byte(lb) Vcharset_ascii #define XCHARSET_LEADING_BYTE(cs) LEADING_BYTE_ASCII #define XCHARSET_GRAPHIC(cs) -1 #define XCHARSET_COLUMNS(cs) 1 #define XCHARSET_DIMENSION(cs) 1 #define BREAKUP_ICHAR(ch, charset, byte1, byte2) do { \ (charset) = Vcharset_ascii; \ (byte1) = (ch); \ (byte2) = 0; \ } while (0) #else /* MULE */ /************************************************************************/ /* Definition of leading bytes */ /************************************************************************/ #define MIN_LEADING_BYTE 0x7F /** The following are for 1-byte characters in an official charset. **/ enum LEADING_BYTE_OFFICIAL_1 { MIN_LEADING_BYTE_OFFICIAL_1 = 0x80, /* LEADING_BYTE_LATIN_ISO8859_1 *MUST* be equal to MIN_LEADING_BYTE_OFFICIAL_1. */ LEADING_BYTE_LATIN_ISO8859_1 = /* 0x80 Right half of ISO 8859-1 */ MIN_LEADING_BYTE_OFFICIAL_1, LEADING_BYTE_LATIN_ISO8859_2, /* 0x81 Right half of ISO 8859-2 */ LEADING_BYTE_LATIN_ISO8859_3, /* 0x82 Right half of ISO 8859-3 */ LEADING_BYTE_LATIN_ISO8859_4, /* 0x83 Right half of ISO 8859-4 */ LEADING_BYTE_THAI_TIS620, /* 0x84 TIS620-2533 */ LEADING_BYTE_GREEK_ISO8859_7, /* 0x85 Right half of ISO 8859-7 */ LEADING_BYTE_ARABIC_ISO8859_6, /* 0x86 Right half of ISO 8859-6 */ LEADING_BYTE_HEBREW_ISO8859_8, /* 0x87 Right half of ISO 8859-8 */ LEADING_BYTE_KATAKANA_JISX0201, /* 0x88 Right half of JIS X0201-1976 */ LEADING_BYTE_LATIN_JISX0201, /* 0x89 Left half of JIS X0201-1976 */ LEADING_BYTE_CYRILLIC_ISO8859_5,/* 0x8A Right half of ISO 8859-5 */ LEADING_BYTE_LATIN_ISO8859_9, /* 0x8B Right half of ISO 8859-9 */ LEADING_BYTE_LATIN_ISO8859_15, /* 0x8C Right half of ISO 8859-15 */ #ifdef ENABLE_COMPOSITE_CHARS LEADING_BYTE_COMPOSITE, /* 0x8D For a composite character */ MAX_LEADING_BYTE_OFFICIAL_1 = LEADING_BYTE_COMPOSITE - 1, #else /* Does not need to be the last entry, but simplifies things */ LEADING_BYTE_COMPOSITE_REPLACEMENT, /* 0x8D Replaces ESC 0 - ESC 4 in a buffer */ MAX_LEADING_BYTE_OFFICIAL_1 = LEADING_BYTE_COMPOSITE_REPLACEMENT, #endif /* 0x8E Unused */ }; /* These next 2 + LEADING_BYTE_COMPOSITE need special treatment in a string and/or character */ #define LEADING_BYTE_ASCII 0x7F /* Not used except in arrays indexed by leading byte */ #define LEADING_BYTE_CONTROL_1 0x8F /* represent normal 80-9F */ /** The following are for 2-byte characters in an official charset. **/ enum LEADING_BYTE_OFFICIAL_2 { MIN_LEADING_BYTE_OFFICIAL_2 = 0x90, LEADING_BYTE_JAPANESE_JISX0208_1978 = MIN_LEADING_BYTE_OFFICIAL_2, /* 0x90 Japanese JIS X0208-1978 */ LEADING_BYTE_CHINESE_GB2312, /* 0x91 Chinese Hanzi GB2312-1980 */ LEADING_BYTE_JAPANESE_JISX0208, /* 0x92 Japanese JIS X0208-1983 */ LEADING_BYTE_KOREAN_KSC5601, /* 0x93 Hangul KS C5601-1987 */ LEADING_BYTE_JAPANESE_JISX0212, /* 0x94 Japanese JIS X0212-1990 */ LEADING_BYTE_CHINESE_CNS11643_1, /* 0x95 Chinese CNS11643 Set 1 */ LEADING_BYTE_CHINESE_CNS11643_2, /* 0x96 Chinese CNS11643 Set 2 */ LEADING_BYTE_CHINESE_BIG5_1, /* 0x97 Big5 Level 1 */ LEADING_BYTE_CHINESE_BIG5_2, /* 0x98 Big5 Level 2 */ MAX_LEADING_BYTE_OFFICIAL_2 = LEADING_BYTE_CHINESE_BIG5_2, /* 0x99 unused */ /* 0x9A unused */ /* 0x9B unused */ /* 0x9C unused */ /* 0x9D unused */ }; /** The following are for 1- and 2-byte characters in a private charset. **/ #define PRE_LEADING_BYTE_PRIVATE_1 0x9E /* 1-byte char-set */ #define PRE_LEADING_BYTE_PRIVATE_2 0x9F /* 2-byte char-set */ #define MIN_LEADING_BYTE_PRIVATE_1 0xA0 #define MAX_LEADING_BYTE_PRIVATE_1 0xEF #define MIN_LEADING_BYTE_PRIVATE_2 0xF0 #define MAX_LEADING_BYTE_PRIVATE_2 0xFF #define NUM_LEADING_BYTES 129 /************************************************************************/ /* Operations on leading bytes */ /************************************************************************/ /* Is this leading byte for a private charset? */ #define leading_byte_private_p(lb) ((lb) >= MIN_LEADING_BYTE_PRIVATE_1) /* Is this a prefix for a private leading byte? */ DECLARE_INLINE_HEADER ( int leading_byte_prefix_p (Ibyte lb) ) { return (lb == PRE_LEADING_BYTE_PRIVATE_1 || lb == PRE_LEADING_BYTE_PRIVATE_2); } /* Given a private leading byte, return the leading byte prefix stored in a string. */ #define private_leading_byte_prefix(lb) \ ((unsigned int) (lb) < MIN_LEADING_BYTE_PRIVATE_2 ? \ PRE_LEADING_BYTE_PRIVATE_1 : \ PRE_LEADING_BYTE_PRIVATE_2) /************************************************************************/ /* Information about a particular character set */ /************************************************************************/ struct Lisp_Charset { struct lcrecord_header header; int id; Lisp_Object name; Lisp_Object doc_string; Lisp_Object registry; Lisp_Object short_name; Lisp_Object long_name; Lisp_Object reverse_direction_charset; Lisp_Object ccl_program; /* Unicode translation tables. See unicode.c for the format of these tables. NOTE ABOUT DUMPING: We don't currently dump these tables. For one thing, they're big, and it's very fast to recreate them (a fraction of a second on modern processors); for another, there isn't currently support in pdump for this. (At one point I started writing it, in the form of XD_UNION, but thought better of it.) In order to avoid pdump problems (and to make the dump data smaller), we free all the tables at dump time (using the disksave finalization method), set them to zero, and reinit them to blank when we start up again; they will be reloaded when `init-mule-at-startup' is called. #### This creates a problem w.r.t. user-defined charsets. It would be inconvenient to require all dumped user-defined charsets to be reloaded at init time, but that's what currently needs to be done. The solution is either to go ahead and create pdump support for dumping the tables, and use it just for these; or to copy the data in them into a compressed format, write it out to pdump as a single opaque block, and undo the operation at startup. #### There's another problem, having to do with starting up in a non-ISO-8859-1 directory. We don't load the tables until after we've parsed the current directories, and we run into a real bootstrapping problem trying to solve this. Either we'll have to dump all the tables as-is or make some special provisions for writing extra binary data into the pdump data, and do the compressed trick mentioned above for all the tables. */ void *to_unicode_table; void *from_unicode_table; int from_unicode_levels; unsigned char unicode_table_loaded; /* Final byte of this character set in ISO2022 designating escape sequence */ Ibyte final; /* Number of bytes (1 - 4) required in the internal representation for characters in this character set. This is *not* the same as the dimension of the character set). */ int rep_bytes; /* Number of columns a character in this charset takes up, on TTY devices. Not used for X devices. */ int columns; /* Direction of this character set */ int direction; /* Type of this character set (94, 96, 94x94, 96x96) */ int type; /* Number of bytes used in encoding of this character set (1 or 2) */ int dimension; /* Number of chars in each dimension (usually 94 or 96) */ int chars; /* Which half of font to be used to display this character set */ int graphic; /* If set, this is a "temporary" charset created when we encounter an unknown final. This is so that we can successfully compile and load such files. We allow a real charset to be created on top of this temporary charset. */ unsigned int temporary :1; }; typedef struct Lisp_Charset Lisp_Charset; DECLARE_LRECORD (charset, Lisp_Charset); #define XCHARSET(x) XRECORD (x, charset, Lisp_Charset) #define wrap_charset(p) wrap_record (p, charset) #define CHARSETP(x) RECORDP (x, charset) #define CHECK_CHARSET(x) CHECK_RECORD (x, charset) #define CONCHECK_CHARSET(x) CONCHECK_RECORD (x, charset) #define CHARSET_TYPE_94 0 /* This charset includes 94 characters. */ #define CHARSET_TYPE_96 1 /* This charset includes 96 characters. */ #define CHARSET_TYPE_94X94 2 /* This charset includes 94x94 characters. */ #define CHARSET_TYPE_96X96 3 /* This charset includes 96x96 characters. */ #define CHARSET_LEFT_TO_RIGHT 0 #define CHARSET_RIGHT_TO_LEFT 1 /* Leading byte and id have been regrouped. -- OG */ #define CHARSET_ID(cs) ((cs)->id) #define CHARSET_LEADING_BYTE(cs) ((Ibyte) CHARSET_ID (cs)) #define CHARSET_NAME(cs) ((cs)->name) #define CHARSET_SHORT_NAME(cs) ((cs)->short_name) #define CHARSET_LONG_NAME(cs) ((cs)->long_name) #define CHARSET_REP_BYTES(cs) ((cs)->rep_bytes) #define CHARSET_COLUMNS(cs) ((cs)->columns) #define CHARSET_GRAPHIC(cs) ((cs)->graphic) #define CHARSET_TYPE(cs) ((cs)->type) #define CHARSET_DIRECTION(cs) ((cs)->direction) #define CHARSET_FINAL(cs) ((cs)->final) #define CHARSET_DOC_STRING(cs) ((cs)->doc_string) #define CHARSET_REGISTRY(cs) ((cs)->registry) #define CHARSET_CCL_PROGRAM(cs) ((cs)->ccl_program) #define CHARSET_DIMENSION(cs) ((cs)->dimension) #define CHARSET_CHARS(cs) ((cs)->chars) #define CHARSET_REVERSE_DIRECTION_CHARSET(cs) ((cs)->reverse_direction_charset) #define CHARSET_TO_UNICODE_TABLE(cs) ((cs)->to_unicode_table) #define CHARSET_FROM_UNICODE_TABLE(cs) ((cs)->from_unicode_table) #define CHARSET_FROM_UNICODE_LEVELS(cs) ((cs)->from_unicode_levels) #define CHARSET_PRIVATE_P(cs) leading_byte_private_p (CHARSET_LEADING_BYTE (cs)) #define XCHARSET_ID(cs) CHARSET_ID (XCHARSET (cs)) #define XCHARSET_NAME(cs) CHARSET_NAME (XCHARSET (cs)) #define XCHARSET_SHORT_NAME(cs) CHARSET_SHORT_NAME (XCHARSET (cs)) #define XCHARSET_LONG_NAME(cs) CHARSET_LONG_NAME (XCHARSET (cs)) #define XCHARSET_REP_BYTES(cs) CHARSET_REP_BYTES (XCHARSET (cs)) #define XCHARSET_COLUMNS(cs) CHARSET_COLUMNS (XCHARSET (cs)) #define XCHARSET_GRAPHIC(cs) CHARSET_GRAPHIC (XCHARSET (cs)) #define XCHARSET_TYPE(cs) CHARSET_TYPE (XCHARSET (cs)) #define XCHARSET_DIRECTION(cs) CHARSET_DIRECTION (XCHARSET (cs)) #define XCHARSET_FINAL(cs) CHARSET_FINAL (XCHARSET (cs)) #define XCHARSET_DOC_STRING(cs) CHARSET_DOC_STRING (XCHARSET (cs)) #define XCHARSET_REGISTRY(cs) CHARSET_REGISTRY (XCHARSET (cs)) #define XCHARSET_LEADING_BYTE(cs) CHARSET_LEADING_BYTE (XCHARSET (cs)) #define XCHARSET_CCL_PROGRAM(cs) CHARSET_CCL_PROGRAM (XCHARSET (cs)) #define XCHARSET_DIMENSION(cs) CHARSET_DIMENSION (XCHARSET (cs)) #define XCHARSET_CHARS(cs) CHARSET_CHARS (XCHARSET (cs)) #define XCHARSET_PRIVATE_P(cs) CHARSET_PRIVATE_P (XCHARSET (cs)) #define XCHARSET_REVERSE_DIRECTION_CHARSET(cs) \ CHARSET_REVERSE_DIRECTION_CHARSET (XCHARSET (cs)) #define XCHARSET_TO_UNICODE_TABLE(cs) \ CHARSET_TO_UNICODE_TABLE (XCHARSET (cs)) #define XCHARSET_FROM_UNICODE_TABLE(cs) \ CHARSET_FROM_UNICODE_TABLE (XCHARSET (cs)) #define XCHARSET_FROM_UNICODE_LEVELS(cs) \ CHARSET_FROM_UNICODE_LEVELS (XCHARSET (cs)) struct charset_lookup { /* Table of charsets indexed by leading byte. */ Lisp_Object charset_by_leading_byte[NUM_LEADING_BYTES]; /* Table of charsets indexed by type/final-byte/direction. */ Lisp_Object charset_by_attributes[4][128][2]; Ibyte next_allocated_1_byte_leading_byte; Ibyte next_allocated_2_byte_leading_byte; }; DECLARE_INLINE_HEADER ( Lisp_Object charset_by_leading_byte (int lb) ) { extern struct charset_lookup *chlook; #ifdef ERROR_CHECK_TEXT /* When error-checking is on, x86 GCC 2.95.2 -O3 miscompiles the following unless we introduce `tem'. */ int tem = lb; text_checking_assert (tem >= MIN_LEADING_BYTE && tem <= 0xFF); #endif return chlook->charset_by_leading_byte[lb - MIN_LEADING_BYTE]; } DECLARE_INLINE_HEADER ( Lisp_Object charset_by_attributes (int type, int final, int dir) ) { extern struct charset_lookup *chlook; type_checking_assert (type < countof (chlook->charset_by_attributes) && final < countof (chlook->charset_by_attributes[0]) && dir < countof (chlook->charset_by_attributes[0][0])); return chlook->charset_by_attributes[type][final][dir]; } /************************************************************************/ /* Dealing with characters */ /************************************************************************/ /* The bit fields of character are divided into 3 parts: FIELD1(5bits):FIELD2(7bits):FIELD3(7bits) */ #define ICHAR_FIELD1_MASK (0x1F << 14) #define ICHAR_FIELD2_MASK (0x7F << 7) #define ICHAR_FIELD3_MASK 0x7F /* Macros to access each field of a character code of C. */ #define ichar_field1(c) (((c) & ICHAR_FIELD1_MASK) >> 14) #define ichar_field2(c) (((c) & ICHAR_FIELD2_MASK) >> 7) #define ichar_field3(c) ((c) & ICHAR_FIELD3_MASK) /* Field 1, if non-zero, usually holds a leading byte for a dimension-2 charset. Field 2, if non-zero, usually holds a leading byte for a dimension-1 charset. */ /* Converting between field values and leading bytes. */ #define FIELD2_TO_OFFICIAL_LEADING_BYTE (MIN_LEADING_BYTE_OFFICIAL_1 - 1) #define FIELD2_TO_PRIVATE_LEADING_BYTE 0x80 #define FIELD1_TO_OFFICIAL_LEADING_BYTE (MIN_LEADING_BYTE_OFFICIAL_2 - 1) #define FIELD1_TO_PRIVATE_LEADING_BYTE 0xE1 /* Minimum and maximum allowed values for the fields. */ #define MIN_ICHAR_FIELD2_OFFICIAL \ (MIN_LEADING_BYTE_OFFICIAL_1 - FIELD2_TO_OFFICIAL_LEADING_BYTE) #define MAX_ICHAR_FIELD2_OFFICIAL \ (MAX_LEADING_BYTE_OFFICIAL_1 - FIELD2_TO_OFFICIAL_LEADING_BYTE) #define MIN_ICHAR_FIELD1_OFFICIAL \ (MIN_LEADING_BYTE_OFFICIAL_2 - FIELD1_TO_OFFICIAL_LEADING_BYTE) #define MAX_ICHAR_FIELD1_OFFICIAL \ (MAX_LEADING_BYTE_OFFICIAL_2 - FIELD1_TO_OFFICIAL_LEADING_BYTE) #define MIN_ICHAR_FIELD2_PRIVATE \ (MIN_LEADING_BYTE_PRIVATE_1 - FIELD2_TO_PRIVATE_LEADING_BYTE) #define MAX_ICHAR_FIELD2_PRIVATE \ (MAX_LEADING_BYTE_PRIVATE_1 - FIELD2_TO_PRIVATE_LEADING_BYTE) #define MIN_ICHAR_FIELD1_PRIVATE \ (MIN_LEADING_BYTE_PRIVATE_2 - FIELD1_TO_PRIVATE_LEADING_BYTE) #define MAX_ICHAR_FIELD1_PRIVATE \ (MAX_LEADING_BYTE_PRIVATE_2 - FIELD1_TO_PRIVATE_LEADING_BYTE) /* Minimum character code of each <type> character. */ #define MIN_CHAR_OFFICIAL_TYPE9N (MIN_ICHAR_FIELD2_OFFICIAL << 7) #define MIN_CHAR_PRIVATE_TYPE9N (MIN_ICHAR_FIELD2_PRIVATE << 7) #define MIN_CHAR_OFFICIAL_TYPE9NX9N (MIN_ICHAR_FIELD1_OFFICIAL << 14) #define MIN_CHAR_PRIVATE_TYPE9NX9N (MIN_ICHAR_FIELD1_PRIVATE << 14) #define MIN_CHAR_COMPOSITION (0x1F << 14) /* Leading byte of a character. NOTE: This takes advantage of the fact that FIELD2_TO_OFFICIAL_LEADING_BYTE and FIELD2_TO_PRIVATE_LEADING_BYTE are the same. */ DECLARE_INLINE_HEADER ( Ibyte ichar_leading_byte (Ichar c) ) { if (ichar_ascii_p (c)) return LEADING_BYTE_ASCII; else if (c < 0xA0) return LEADING_BYTE_CONTROL_1; else if (c < MIN_CHAR_OFFICIAL_TYPE9NX9N) return ichar_field2 (c) + FIELD2_TO_OFFICIAL_LEADING_BYTE; else if (c < MIN_CHAR_PRIVATE_TYPE9NX9N) return ichar_field1 (c) + FIELD1_TO_OFFICIAL_LEADING_BYTE; else if (c < MIN_CHAR_COMPOSITION) return ichar_field1 (c) + FIELD1_TO_PRIVATE_LEADING_BYTE; else { #ifdef ENABLE_COMPOSITE_CHARS return LEADING_BYTE_COMPOSITE; #else abort(); return 0; #endif /* ENABLE_COMPOSITE_CHARS */ } } DECLARE_INLINE_HEADER ( Bytecount ichar_len (Ichar c) ) { if (ichar_ascii_p (c)) return 1; else if (c < MIN_CHAR_OFFICIAL_TYPE9NX9N) return 2; else if (c < MIN_CHAR_PRIVATE_TYPE9NX9N) return 3; /* dimension-2 official or dimension-1 private */ else if (c < MIN_CHAR_COMPOSITION) return 4; else { #ifdef ENABLE_COMPOSITE_CHARS #error Not yet implemented #else abort(); return 0; #endif /* ENABLE_COMPOSITE_CHARS */ } } DECLARE_INLINE_HEADER ( Bytecount ichar_len_fmt (Ichar c, Internal_Format fmt) ) { switch (fmt) { case FORMAT_DEFAULT: return ichar_len (c); case FORMAT_16_BIT_FIXED: return 2; case FORMAT_32_BIT_FIXED: return 4; default: text_checking_assert (fmt == FORMAT_8_BIT_FIXED); return 1; } } #define ichar_charset(c) charset_by_leading_byte (ichar_leading_byte (c)) /* Return a character whose charset is CHARSET and position-codes are C1 and C2. TYPE9N character ignores C2. (For typical charsets, i.e. not ASCII, Control-1 or Composite, C1 and C2 will be in the range of 32 to 127 or 33 to 126. See `make-char'.) NOTE: This takes advantage of the fact that FIELD2_TO_OFFICIAL_LEADING_BYTE and FIELD2_TO_PRIVATE_LEADING_BYTE are the same. */ DECLARE_INLINE_HEADER ( Ichar make_ichar (Lisp_Object charset, int c1, int c2) ) { Ichar retval; if (EQ (charset, Vcharset_ascii)) retval = c1; else if (EQ (charset, Vcharset_control_1)) retval = c1 | 0x80; #ifdef ENABLE_COMPOSITE_CHARS else if (EQ (charset, Vcharset_composite)) retval = (0x1F << 14) | ((c1) << 7) | (c2); #endif else if (XCHARSET_DIMENSION (charset) == 1) retval = ((XCHARSET_LEADING_BYTE (charset) - FIELD2_TO_OFFICIAL_LEADING_BYTE) << 7) | (c1); else if (!XCHARSET_PRIVATE_P (charset)) retval = ((XCHARSET_LEADING_BYTE (charset) - FIELD1_TO_OFFICIAL_LEADING_BYTE) << 14) | ((c1) << 7) | (c2); else retval = ((XCHARSET_LEADING_BYTE (charset) - FIELD1_TO_PRIVATE_LEADING_BYTE) << 14) | ((c1) << 7) | (c2); text_checking_assert (valid_ichar_p (retval)); return retval; } /* BREAKUP_ICHAR_1_UNSAFE assumes that the charset has already been calculated, and just computes c1 and c2. BREAKUP_ICHAR also computes and stores the charset. */ #define BREAKUP_ICHAR_1_UNSAFE(c, charset, c1, c2) \ XCHARSET_DIMENSION (charset) == 1 \ ? ((c1) = ichar_field3 (c), (c2) = 0) \ : ((c1) = ichar_field2 (c), \ (c2) = ichar_field3 (c)) DECLARE_INLINE_HEADER ( void breakup_ichar_1 (Ichar c, Lisp_Object *charset, int *c1, int *c2) ) { text_checking_assert (valid_ichar_p (c)); *charset = ichar_charset (c); BREAKUP_ICHAR_1_UNSAFE (c, *charset, *c1, *c2); } /* BREAKUP_ICHAR separates an Ichar into its components. The charset of character C is set to CHARSET, and the position-codes of C are set to C1 and C2. C2 of TYPE9N character is 0. */ #define BREAKUP_ICHAR(c, charset, c1, c2) \ breakup_ichar_1 (c, &(charset), &(c1), &(c2)) void get_charset_limits (Lisp_Object charset, int *low, int *high); int ichar_to_unicode (Ichar chr); #endif /* MULE */ #endif /* INCLUDED_charset_h_ */