|
|
struct recode_single *unsurfacer; | struct recode_single *unsurfacer; |
| |
/* Non zero if this is an acceptable charset (not only a surface). */ | /* Non zero if this is an acceptable charset (not only a surface). */ |
enum recode_symbol_type type : 3; |
enum recode_symbol_type type : 2; |
| |
/* Non zero if this one should be ignored. */ | /* Non zero if this one should be ignored. */ |
bool ignore : 2; |
bool ignore : 1; |
}; | }; |
| |
struct recode_surface_list | struct recode_surface_list |