summaryrefslogtreecommitdiff
path: root/pcre16_ord2utf16.c
Commit message (Collapse)AuthorAgeFilesLines
* pcre32: Fix signed-unsigned comparechpe2012-10-181-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1133 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: utf: Remove unused replacement in PRIV(ord2utf)chpe2012-10-161-5/+0
| | | | | | | | | The code replaced surrogates and characters > 10ffff with fffe, for no apparent reason. Taking this code out still lets the test suite pass. We cannot assert however that the character is a valid unicode character since we do need to handle e.g. 10ffff here. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1099 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-0/+95
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@836 2f5784b3-3f2a-0410-8824-cb99058d5e15