utf8proc
diff Changelog @ 3:4ee0d5f54af1
Version 1.0
- added the LUMP option, which lumps certain characters together (see lump.txt) (also used for the PostgreSQL "unifold" function)
- added the STRIPMARK option, which strips marking characters (or marks of composed characters)
- deprecated ruby method String#char_ary in favour of String#utf8chars
- added the LUMP option, which lumps certain characters together (see lump.txt) (also used for the PostgreSQL "unifold" function)
- added the STRIPMARK option, which strips marking characters (or marks of composed characters)
- deprecated ruby method String#char_ary in favour of String#utf8chars
author | jbe |
---|---|
date | Sun Sep 17 12:00:00 2006 +0200 (2006-09-17) |
parents | aaad485d5335 |
children | c18366878af9 |
line diff
1.1 --- a/Changelog Fri Aug 04 12:00:00 2006 +0200 1.2 +++ b/Changelog Sun Sep 17 12:00:00 2006 +0200 1.3 @@ -31,3 +31,12 @@ 1.4 1.5 Release of version 0.3 1.6 1.7 +2006-09-17: 1.8 +- added the LUMP option, which lumps certain characters together 1.9 + (see lump.txt) (also used for the PostgreSQL "unifold" function) 1.10 +- added the STRIPMARK option, which strips marking characters 1.11 + (or marks of composed characters) 1.12 +- deprecated ruby method String#char_ary in favour of String#utf8chars 1.13 + 1.14 +Release of version 1.0 1.15 +