ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.558 by root, Thu Jun 17 00:49:20 2021 UTC vs.
Revision 1.559 by root, Thu Jun 17 01:44:29 2021 UTC

769/****************************************************************************/ 769/****************************************************************************/
770 770
771#define UNICODE_MASK 0x1fffffUL 771#define UNICODE_MASK 0x1fffffUL
772 772
773#if UNICODE_3 773#if UNICODE_3
774# define COMPOSE_LO 0x40000000UL 774# define COMPOSE_LO 0x110000UL
775# define COMPOSE_HI 0x400fffffUL 775# define COMPOSE_HI 0x1fffffUL
776# define IS_COMPOSE(n) ((int32_t)(n) >= COMPOSE_LO) 776# define IS_COMPOSE(n) ((int32_t)(n) >= COMPOSE_LO)
777#else 777#else
778# if ENABLE_PERL 778# if ENABLE_PERL
779# define COMPOSE_LO 0xe000UL // our _own_ functions don't like (illegal) surrogates 779# define COMPOSE_LO 0xe000UL // our _own_ functions don't like (illegal) surrogates
780# define COMPOSE_HI 0xf8ffUL // in utf-8, so use private use area only 780# define COMPOSE_HI 0xf8ffUL // in utf-8, so use private use area only

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines