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

NAME

Acme::ZeroWidth - Zero-width fingerprinting

SYNOPSIS

use Acme::ZeroWidth qw(to_zero_width from_zero_width);

to_zero_width('vti'); # becomes \x{200b}\x{200c}...

DESCRIPTION

Acme::ZeroWidth converts any data to zero-width equivalent characters.

LICENSE

Copyright (C) vti.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

vti <viacheslav.t@gmail.com>