KSx::Analysis::StripAccents, version 0.04 (beta) This module provides a drop-in replacement for KinoSearch::Analysis::LCNormalizer. In addition to folding text to lowercase, it strips accents (if you haven’t already guessed). This is identical to version 0.01 except for the Makefile.PL and tests. CHANGES IN THIS RELEASE Letters that have more than one lowercase form, but one capital form (such as sigma), are now normalised properly. INSTALLATION The easiest way to install this module is to use the CPAN module or the cpan script: [sudo] perl -MCPAN -e "install KSx::Analysis::StripAccents" [sudo] cpan KSx::Analysis::StripAccents Or you can use the following: perl Makefile.PL make make test [sudo] make install DEPENDENCIES This module requires perl 5.6.0 or later and the following Perl modules: • Text::Unaccent • KinoSearch DOCUMENTATION After installing, you can find documentation for these modules with the perldoc command. perldoc KSx::Analysis::StripAccents Or try using man (it's faster, in my experience): man KSx::Analysis::StripAccents COPYRIGHT AND LICENCE Copyright (C) 2008 Father Chrysostomos This program is free software; you may redistribute it and/or modify it under the same terms as perl.