| 6 |
and semantics are as close as possible to those of the Perl 5 language. |
and semantics are as close as possible to those of the Perl 5 language. |
| 7 |
|
|
| 8 |
Written by Philip Hazel |
Written by Philip Hazel |
| 9 |
Copyright (c) 1997-2005 University of Cambridge |
Copyright (c) 1997-2006 University of Cambridge |
| 10 |
|
|
| 11 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
| 12 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
| 59 |
Returns: number of characters placed in the buffer |
Returns: number of characters placed in the buffer |
| 60 |
*/ |
*/ |
| 61 |
|
|
| 62 |
EXPORT int |
int |
| 63 |
_pcre_ord2utf8(int cvalue, uschar *buffer) |
_pcre_ord2utf8(int cvalue, uschar *buffer) |
| 64 |
{ |
{ |
| 65 |
register int i, j; |
register int i, j; |