NAME
Telugu::TGC - Perl extension for tailored grapheme clusters for Telugu script.
SYNOPSIS
use Telugu::TGC;
use utf8;
binmode STDOUT, ":encoding(UTF-8)";
my $o = Telugu::TGC->new();
my @re = $o->TGC("రాజ్కుమార్రెడ్డి");
print $re[1], "\n";
DESCRIPTION
This module provides one function, TGC. This function takes a string and returns an array.
SEE ALSO
https://www.unicode.org/charts/PDF/U0C00.pdf http://www.unicode.org/L2/L2016/16161-indic-text-seg.pdf http://unicode.org/reports/tr29/
BUGS
None reported Please send me email, if you find any bugs
AUTHOR
Rajkumar Reddy, mesg.raj@outlook.com
COPYRIGHT AND LICENSE
Copyright (C) 2019 by Rajkumar Reddy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.26.1 or, at your option, any later version of Perl 5 you may have available.