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

USAGE EXAMPLE

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

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


INSTALLATION

To install this module type the following:

    cpan Telugu::TGC

COPYRIGHT AND LICENCE

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.
