(struct coding_system): New member composed_chars.
This commit is contained in:
parent
08b4600264
commit
450c60a559
1 changed files with 3 additions and 0 deletions
|
@ -334,6 +334,9 @@ struct coding_system
|
|||
meaing of each non-zero value. */
|
||||
int composing;
|
||||
|
||||
/* Number of composed characters in the current composing sequence. */
|
||||
int composed_chars;
|
||||
|
||||
/* Detailed information specific to each type of coding system. */
|
||||
union spec
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue