utf8proc
diff Changelog @ 2:aaad485d5335
Version 0.3
- changed normalization from NFC to NFKC for postgresql unifold function
- added support to mark the beginning of a grapheme cluster with 0xFF (option: CHARBOUND)
- added the ruby method String#chars, which is returning an array of UTF-8 encoded grapheme clusters
- added NLF2LF transformation in postgresql unifold function
- added the DECOMPOSE option, if you neither use COMPOSE or DECOMPOSE, no normalization will be performed (different from previous versions)
- using integer constants rather than C-strings for character properties
- fixed (hopefully) a problem with the ruby library on Mac OS X, which occured when compiler optimization was switched on
- changed normalization from NFC to NFKC for postgresql unifold function
- added support to mark the beginning of a grapheme cluster with 0xFF (option: CHARBOUND)
- added the ruby method String#chars, which is returning an array of UTF-8 encoded grapheme clusters
- added NLF2LF transformation in postgresql unifold function
- added the DECOMPOSE option, if you neither use COMPOSE or DECOMPOSE, no normalization will be performed (different from previous versions)
- using integer constants rather than C-strings for character properties
- fixed (hopefully) a problem with the ruby library on Mac OS X, which occured when compiler optimization was switched on
author | jbe |
---|---|
date | Fri Aug 04 12:00:00 2006 +0200 (2006-08-04) |
parents | 61a89ecc2fb9 |
children | 4ee0d5f54af1 |
line diff
1.1 --- a/Changelog Tue Jun 20 12:00:00 2006 +0200 1.2 +++ b/Changelog Fri Aug 04 12:00:00 2006 +0200 1.3 @@ -12,3 +12,22 @@ 1.4 - added -fpic compiler flag in Makefile 1.5 - fixed bug in the C code for the ruby library (usage of non-existent function) 1.6 1.7 +Release of version 0.2 1.8 + 1.9 +2006-07-18: 1.10 +- changed normalization from NFC to NFKC for postgresql unifold function 1.11 + 1.12 +2006-08-04: 1.13 +- added support to mark the beginning of a grapheme cluster with 0xFF 1.14 + (option: CHARBOUND) 1.15 +- added the ruby method String#chars, which is returning an array of 1.16 + UTF-8 encoded grapheme clusters 1.17 +- added NLF2LF transformation in postgresql unifold function 1.18 +- added the DECOMPOSE option, if you neither use COMPOSE or DECOMPOSE, no 1.19 + normalization will be performed (different from previous versions) 1.20 +- using integer constants rather than C-strings for character properties 1.21 +- fixed (hopefully) a problem with the ruby library on Mac OS X, which occured 1.22 + when compiler optimization was switched on 1.23 + 1.24 +Release of version 0.3 1.25 +