NAME

Telugu::TGC - Perl extension for Tailored Grapheme Clusters for Telugu language.

SYNOPSIS

use strict;
use warnings;
use utf8;
use Telugu::TGC;

my $tgcObject = Telugu::TGC->new();
my @array = $tgcObject->tgc("రాజ్కుమార్రెడ్డి");

DESCRIPTION

This module provides only one function 'tgc', which splits the given string on TGC's.

AUTHOR

Rajkumar Reddy

COPYRIGHT AND LICENSE

Copyright (C) 2025 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.38.2 or, at your option, any later version of Perl 5 you may have available.