utf8proc

view Changelog @ 5:c18366878af9

Version 1.0.2

- included a check in Integer#utf8, which raises an exception, if the given code-point is invalid because of being too high (this was missing yet)
- added support for PostgreSQL version 8.2
author jbe
date Tue Dec 26 12:00:00 2006 +0100 (2006-12-26)
parents 4ee0d5f54af1
children d04d3a9b486e
line source
1 Changelog
3 2006-06-02:
4 - initial release of version 0.1
6 2006-06-05:
7 - changed behaviour of PostgreSQL function to return NULL in case of invalid
8 input, rather than raising an exceptional condition
9 - improved efficiency of PostgreSQL function (no transformation to C string is done)
11 2006-06-20:
12 - added -fpic compiler flag in Makefile
13 - fixed bug in the C code for the ruby library (usage of non-existent function)
15 Release of version 0.2
17 2006-07-18:
18 - changed normalization from NFC to NFKC for postgresql unifold function
20 2006-08-04:
21 - added support to mark the beginning of a grapheme cluster with 0xFF
22 (option: CHARBOUND)
23 - added the ruby method String#chars, which is returning an array of
24 UTF-8 encoded grapheme clusters
25 - added NLF2LF transformation in postgresql unifold function
26 - added the DECOMPOSE option, if you neither use COMPOSE or DECOMPOSE, no
27 normalization will be performed (different from previous versions)
28 - using integer constants rather than C-strings for character properties
29 - fixed (hopefully) a problem with the ruby library on Mac OS X, which occured
30 when compiler optimization was switched on
32 Release of version 0.3
34 2006-09-17:
35 - added the LUMP option, which lumps certain characters together
36 (see lump.txt) (also used for the PostgreSQL "unifold" function)
37 - added the STRIPMARK option, which strips marking characters
38 (or marks of composed characters)
39 - deprecated ruby method String#char_ary in favour of String#utf8chars
41 Release of version 1.0
43 2006-09-20:
44 - included a gem file for the ruby version of the library
46 Release of version 1.0.1
48 2006-09-21:
49 - included a check in Integer#utf8, which raises an exception, if the given
50 code-point is invalid because of being too high (this was missing yet)
52 2006-12-26:
53 - added support for PostgreSQL version 8.2
55 Release of version 1.0.2

Impressum / About Us