The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Telugu::Itrans - Itrans transliteration

SYNOPSIS

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

  my $itrans = Telugu::Itrans->new();
  print $itrans->itrans('raajkumaarreDDi');

DESCRIPTION

It provides one function, itrans.

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.