NAME

Telugu::TGC - Tailored grapheme clusters for Telugu languauge.

SYNOPSIS

use Telugu::TGC;
use utf8;
binmode STDOUT, ":encoding(UTF-8)";

my $tgc = Telugu::TGC->new();
my @result = $tgc->TGC("రాజ్కుమార్రెడ్డి");
print $result[1], "\n";

DESCRIPTION

This module provides one function, TGC. This function takes a string and returns an array.

BUGS

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.