Diff for /embedaddon/pcre/pcre_chartables.c.dist between versions 1.1 and 1.1.1.3

version 1.1, 2012/02/21 23:05:51 version 1.1.1.3, 2014/06/15 19:46:04
Line 26  unit might reference this" and so it will always be su Line 26  unit might reference this" and so it will always be su
   
 #include "pcre_internal.h"  #include "pcre_internal.h"
   
const unsigned char _pcre_default_tables[] = {const pcre_uint8 PRIV(default_tables)[] = {
   
 /* This table is a lower casing table. */  /* This table is a lower casing table. */
   
Line 163  graph, print, punct, and cntrl. Other classes are buil Line 163  graph, print, punct, and cntrl. Other classes are buil
 */  */
   
   0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*   0-  7 */    0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*   0-  7 */
  0x00,0x01,0x01,0x00,0x01,0x01,0x00,0x00, /*   8- 15 */  0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00, /*   8- 15 */
   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*  16- 23 */    0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*  16- 23 */
   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*  24- 31 */    0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*  24- 31 */
   0x01,0x00,0x00,0x00,0x80,0x00,0x00,0x00, /*    - '  */    0x01,0x00,0x00,0x00,0x80,0x00,0x00,0x00, /*    - '  */

Removed from v.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>