utf8proc

diff Changelog @ 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)
author jbe
date Fri May 01 12:00:00 2009 +0200 (2009-05-01)
parents 6921ee309940
children 00d2bcbdc945
line diff
     1.1 --- a/Changelog	Wed Jul 25 12:00:00 2007 +0200
     1.2 +++ b/Changelog	Fri May 01 12:00:00 2009 +0200
     1.3 @@ -16,6 +16,7 @@
     1.4  
     1.5  Release of version 0.2
     1.6  
     1.7 +
     1.8  2006-07-18:
     1.9  - changed normalization from NFC to NFKC for postgresql unifold function
    1.10  
    1.11 @@ -33,6 +34,7 @@
    1.12  
    1.13  Release of version 0.3
    1.14  
    1.15 +
    1.16  2006-09-17:
    1.17  - added the LUMP option, which lumps certain characters together
    1.18    (see lump.txt) (also used for the PostgreSQL "unifold" function)
    1.19 @@ -42,11 +44,13 @@
    1.20  
    1.21  Release of version 1.0
    1.22  
    1.23 +
    1.24  2006-09-20:
    1.25  - included a gem file for the ruby version of the library
    1.26  
    1.27  Release of version 1.0.1
    1.28  
    1.29 +
    1.30  2006-09-21:
    1.31  - included a check in Integer#utf8, which raises an exception, if the given
    1.32    code-point is invalid because of being too high (this was missing yet)
    1.33 @@ -56,12 +60,14 @@
    1.34  
    1.35  Release of version 1.0.2
    1.36  
    1.37 +
    1.38  2007-03-16:
    1.39  - Fixed a bug in the ruby library, which caused an error, when splitting an
    1.40    empty string at grapheme cluster boundaries (method String#utf8chars).
    1.41  
    1.42  Release of version 1.0.3
    1.43  
    1.44 +
    1.45  2007-06-25:
    1.46  - Added a new PostgreSQL function 'unistrip', which behaves like 'unifold',
    1.47    but also removes all character marks (e.g. accents).
    1.48 @@ -75,8 +81,22 @@
    1.49  
    1.50  Release of version 1.1.1
    1.51  
    1.52 +
    1.53  2007-07-25:
    1.54  - Fixed a serious bug in the data file generator, which caused characters
    1.55    being treated incorrectly, when stripping default ignorable characters or
    1.56    calculating grapheme cluster boundaries.
    1.57  
    1.58 +Release of version 1.1.2
    1.59 +
    1.60 +
    1.61 +2008-10-04:
    1.62 +- Added a function utf8proc_version returning a string containing the version
    1.63 +  number of the library.
    1.64 +- Included a target libutf8proc.dylib for MacOSX.
    1.65 +
    1.66 +2009-05-01:
    1.67 +- PostgreSQL 8.3 compatibility (use of SET_VARSIZE macro)
    1.68 +
    1.69 +Release of version 1.1.3
    1.70 +

Impressum / About Us