Main Page   Modules   Data Structures   Globals   Appendix  

character.c File Reference


Variables: Keys of character properties

These symbols are used as keys of character properties.

MSymbol Mscript
 Key for script.

MSymbol Mname
 Key for character name.

MSymbol Mcategory
 Key for general category.

MSymbol Mcombining_class
 Key for canonical combining class.

MSymbol Mbidi_category
 Key for bidi category.

MSymbol Msimple_case_folding
 Key for corresponding single lowercase character.

MSymbol Mcomplicated_case_folding
 Key for corresponding multiple lowercase characters.


Defines

#define MCHAR_MAX
 Maximum character code.


Functions

MSymbol mchar_define_property (char *name, MSymbol type)
 Define a character property.

void * mchar_get_prop (int c, MSymbol key)
 Get the value of a character property.

int mchar_put_prop (int c, MSymbol key, void *val)
 Set the value of a character property.


Top of this page

Main Page   Modules   Data Structures   Globals   Appendix  

mulemark mule-aist@m17n.org