--- code/branches/pcre16/pcre16_valid_utf16.c 2011/11/22 21:46:22 763 +++ code/branches/pcre16/pcre16_valid_utf16.c 2011/11/23 17:23:20 764 @@ -66,7 +66,7 @@ PCRE_UTF16_ERR1 Missing low surrogate at the end of the string PCRE_UTF16_ERR2 Invalid low surrogate PCRE_UTF16_ERR3 Isolated low surrogate -PCRE_UTF16_ERR4 Not allowed character. +PCRE_UTF16_ERR4 Not allowed character Arguments: string points to the string @@ -78,7 +78,7 @@ */ int -_pcre16_valid_utf16(PCRE_PUCHAR string, int length, int *erroroffset) +PRIV(valid_utf16)(PCRE_PUCHAR string, int length, int *erroroffset) { #ifdef SUPPORT_UTF16 register PCRE_PUCHAR p;