The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.11

  • fix bug in UTF8.pm where latin1 was flagged internally as UTF-8 and so fooled the native Perl checks.
  • rewrite is_latin1() and find_bad_latin1() as XS.
  • refactored is_valid_utf8() to use internal Perl is_utf8_string() plus is_latin() and is_ascii() checks to help reduce ambiguity.
  • hardcode locale into some tests so that latin1 is not magically upgraded to utf8 by perl.

Modules

tools for building search applications
extract and highlight search results in original text
extract keywords from a search query
build regular expressions from search queries
access regular expressions for a keyword
access regular expressions for keywords
extract keywords in context
offer spelling suggestions
transliterations of UTF-8 chars
UTF8 string wrangling
methods for playing nice with XML and HTML