home *** CD-ROM | disk | FTP | other *** search
- Revision history for Perl extension Unicode::Collate.
-
- 0.12 Sun May 05 09:43:10 2002
- - add new methods, ->UCA_Version and ->Base_Unicode_Version.
- - test fix: removed the needless requirement of Unicode::Normalize.
- [reported by David Hand]
-
- 0.11 Fri May 03 02:28:10 2002
- - fix: now derived collation elements can be used for Hangul Jamo
- when their weights are not defined.
- [reported by Andreas J. Koenig]
- - fix: rearrangements had not worked.
- - mentioned pleblem on index() in BUGS.
- - more documents, more tests.
- - tag names for 'alternate' are case-insensitive (i.e. 'SHIFTed' etc.).
- - The <undef> value for the keys "overrideCJK", "overrideHangul",
- "rearrange" has a special behavior (different from default).
-
- 0.10 Tue Dec 11 23:26:42 2001
- - now you are allowed to use no table file.
- - fix: fetching CE with two or more combining characters.
-
- 0.09 Sun Nov 11 17:02:40:18 2001
- - add the following methods: eq, ne, lt, le, gt, le.
- - relies on &Unicode::Normalize::getCombinClass()
- in place of %Unicode::Normalize::Combin
- (the hash is not defined in the XS version of Unicode::Normalize).
- then you should install Unicode::Normalize 0.10 or later.
- - now independent of Lingua::KO::Hangul::Util
- (this module does decomposition of Hangul syllables for itself)
-
- 0.08 Mon Aug 20 22:40:18 2001
- - add the index method.
-
- 0.07 Thu Aug 16 23:42:02 2001
- - rename the module name to Unicode::Collate.
-
- 0.06 Thu Aug 16 23:18:36 2001
- - add description of the getSortKey method.
-
- 0.05 Mon Aug 13 22:23:11 2001
- - bug fix: on the things of 4.2.1, UTR #10
- - getSortKey returns a string, but not an arrayref.
-
- 0.04 Mon Aug 13 22:23:11 2001
- - some bugs are fixed.
- - some tailoring parameters are added.
-
- 0.03 Mon Aug 06 06:26:35 2001
- - modify README
-
- 0.02 Sun Aug 05 20:20:01 2001
- - some fix
-
- 0.01 Sun Jul 29 16:16:15 2001
- - original version; created by h2xs 1.21
- with options -A -X -n Sort::UCA
-
-