Autor: Robert Wishlaw
Data:
Dla: pcre-dev
Temat: [pcre-dev] Bug Report: pcre-7.3-RC8 pcre_chartables
I am using the Pelle's C compiler on Windows XP.
The pcre_chartables.c produced by dftables.exe differs at line 146
0xfe,0xff,0xff,0xff,0x00,0x00,0x00,0x00,
when compared to the pcre_chartables.c.dist at the corresponding line 151
0xff,0xff,0xff,0xff,0x00,0x00,0x00,0x00,
Robert Wishlaw