Text::Demoroniser - A text filter that allows you to demoronise a string.


Text-Demoroniser documentation  | view source Contained in the Text-Demoroniser distribution.

Index


NAME

Top

Text::Demoroniser - A text filter that allows you to demoronise a string.

SYNOPSIS

Top

  use Text::Demoroniser qw(demoroniser);

  my $bad  = 'string with smart characters in'
  my $good = demoroniser($bad);

DESCRIPTION

Top

A text filter that allows you to replace inappropriate Microsoft characters a string with something more suitable.

API

Top

This module exports following filters:

demoroniser

Given a string, will replace the Microsoft "smart" characters with sensible ACSII versions.

demoroniser_utf8

The same as demoroniser, but converts into correct UTF8 versions.

SEE ALSO

Top

Encode::ZapCP1252

AUTHOR

Top

Barbie, <barbie@missbarbell.co.uk>

COPYRIGHT AND LICENSE

Top


Text-Demoroniser documentation  | view source Contained in the Text-Demoroniser distribution.