Parent Directory
|
Revision Log
|
Patch
| revision 84 by nigel, Sat Feb 24 21:40:45 2007 UTC | revision 85 by nigel, Sat Feb 24 21:41:13 2007 UTC | |
|---|---|---|
| # | Line 63 Returns: < 0 if the string is a | Line 63 Returns: < 0 if the string is a |
| 63 | >= 0 otherwise; the value is the offset of the bad byte | >= 0 otherwise; the value is the offset of the bad byte |
| 64 | */ | */ |
| 65 | ||
| 66 | EXPORT int | PCRE_EXPORT int |
| 67 | _pcre_valid_utf8(const uschar *string, int length) | _pcre_valid_utf8(const uschar *string, int length) |
| 68 | { | { |
| 69 | register const uschar *p; | register const uschar *p; |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |