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

use Text::Demoroniser qw(demoroniser); my $bad = 'string with smart characters in' my $good = demoroniser($bad);

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

This module exports following filters:
Given a string, will replace the Microsoft "smart" characters with sensible ACSII versions.
The same as demoroniser, but converts into correct UTF8 versions.


There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties that are not explained within the POD documentation, please submit a bug to the RT system (see link below). However, it would help greatly if you are able to pinpoint problems or even supply a patch.
Fixes are dependent upon their severity and my availability. Should a fix not be forthcoming, please feel free to (politely) remind me by sending an email to barbie@cpan.org .
RT: http://rt.cpan.org/Public/Dist/Display.html?Name=Text-Demoronmiser

Barbie, <barbie@cpan.org> for Miss Barbell Productions <http://www.missbarbell.co.uk>.

Copyright (C) 2009-2013 by Barbie This distribution is free software; you can redistribute it and/or modify it under the Artistic License v2.