Recode.pyx (recode-3.7.4) | : | Recode.pyx (recode-3.7.5) | ||
---|---|---|---|---|
skipping to change at line 271 | skipping to change at line 271 | |||
RECODE_LANGUAGE_PERL | RECODE_LANGUAGE_PERL | |||
enum: | enum: | |||
NUL_ 'NUL' | NUL_ 'NUL' | |||
STRIP_SIZE_ 'STRIP_SIZE' | STRIP_SIZE_ 'STRIP_SIZE' | |||
ctypedef unsigned short recode_ucs2 | ctypedef unsigned short recode_ucs2 | |||
struct strip_data: | struct strip_data: | |||
recode_ucs2 *pool | recode_ucs2 *pool | |||
short offset[256 / STRIP_SIZE_] | short offset[256 // STRIP_SIZE_] | |||
struct ucs2_to_byte: | struct ucs2_to_byte: | |||
recode_ucs2 code | recode_ucs2 code | |||
unsigned char byte | unsigned char byte | |||
struct ucs2_to_string: | struct ucs2_to_string: | |||
recode_ucs2 code | recode_ucs2 code | |||
unsigned short flags | unsigned short flags | |||
char *string | char *string | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |