Project

General

Profile

Feature #1889 » 0001-unicode.c-Add-U-2064-INVISIBLE-PLUS-to-Cf-categor.patch

runpaint (Run Paint Run Run), 08/05/2009 03:34 PM

View differences:

enc/unicode.c
/* 'Cf': General Category */
static const OnigCodePoint CR_Cf[] = {
14,
0x00ad, 0x00ad,
0x0600, 0x0603,
0x06dd, 0x06dd,
0x070f, 0x070f,
0x17b4, 0x17b5,
0x200b, 0x200f,
0x202a, 0x202e,
0x2060, 0x2063,
0x206a, 0x206f,
0xfeff, 0xfeff,
0xfff9, 0xfffb,
0x1d173, 0x1d17a,
0xe0001, 0xe0001,
0xe0020, 0xe007f
0x00ad, 0x00ad,
0x0600, 0x0603,
0x06dd, 0x06dd,
0x070f, 0x070f,
0x17b4, 0x17b5,
0x200b, 0x200f,
0x202a, 0x202e,
0x2060, 0x2063,
0x2064, 0x206a,
0x206f, 0xfeff,
0xfeff, 0xfff9,
0xfffb, 0x1d173,
0x1d17a, 0xe0001,
0xe0001, 0xe0020,
0xe007f
}; /* CR_Cf */
/* 'Cn': General Category */
(1-1/2)