-
-
20 Jan 2015 02:06:04 UTC
- Distribution: Text-Demoroniser
- Module version: 0.07
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (2146 / 0 / 0)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: artistic_2
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (6.56KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Text::Demoroniser - A text filter that allows you to demoronise a string.
SYNOPSIS
use Text::Demoroniser qw(demoroniser); my $bad = 'string with smart characters in' my $good = demoroniser($bad);
DESCRIPTION
A text filter that allows you to replace inappropriate Microsoft characters a string with something more suitable.
API
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
BUGS, PATCHES & FIXES
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
AUTHOR
Barbie, <barbie@cpan.org> for Miss Barbell Productions <http://www.missbarbell.co.uk>.
COPYRIGHT AND LICENSE
Copyright (C) 2009-2015 by Barbie This distribution is free software; you can redistribute it and/or modify it under the Artistic License v2.
Module Install Instructions
To install Text::Demoroniser, copy and paste the appropriate command in to your terminal.
cpanm Text::Demoroniser
perl -MCPAN -e shell install Text::Demoroniser
For more information on module installation, please visit the detailed CPAN module installation guide.