Parent Directory
|
Revision Log
|
Patch
revision 780 by zherczeg, Wed Nov 23 17:23:20 2011 UTC | revision 781 by zherczeg, Sat Dec 3 07:58:30 2011 UTC | |
---|---|---|
# | Line 103 Returns: = 0 if the string is a | Line 103 Returns: = 0 if the string is a |
103 | */ | */ |
104 | ||
105 | int | int |
106 | PRIV(valid_utf8)(PCRE_PUCHAR string, int length, int *erroroffset) | PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) |
107 | { | { |
108 | #ifdef SUPPORT_UTF8 | #ifdef SUPPORT_UTF8 |
109 | register PCRE_PUCHAR p; | register PCRE_PUCHAR p; |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |