utf8proc
diff utf8proc.c @ 9:951e73a98021
Version 1.1.3
- Added a function utf8proc_version returning a string containing the version number of the library.
- Included a target libutf8proc.dylib for MacOSX.
- PostgreSQL 8.3 compatibility (use of SET_VARSIZE macro)
- Added a function utf8proc_version returning a string containing the version number of the library.
- Included a target libutf8proc.dylib for MacOSX.
- PostgreSQL 8.3 compatibility (use of SET_VARSIZE macro)
author | jbe |
---|---|
date | Fri May 01 12:00:00 2009 +0200 (2009-05-01) |
parents | fcfd8c836c64 |
children | 00d2bcbdc945 |
line diff
1.1 --- a/utf8proc.c Wed Jul 25 12:00:00 2007 +0200 1.2 +++ b/utf8proc.c Fri May 01 12:00:00 2009 +0200 1.3 @@ -97,6 +97,10 @@ 1.4 #define UTF8PROC_BOUNDCLASS_LVT 10 1.5 1.6 1.7 +const char *utf8proc_version(void) { 1.8 + return "1.1.3"; 1.9 +} 1.10 + 1.11 const char *utf8proc_errmsg(ssize_t errcode) { 1.12 switch (errcode) { 1.13 case UTF8PROC_ERROR_NOMEM: