NAME

        Unicode::Indic::Phonetic  -For Phonetic translation of Indian languages.
        

SYNOPSIS

        use Unicode::Indic::Phonetic;

DESCRIPTION

        This is the base class for Perl modules for Indian languages.
        For ex., The top few lines of Unicode::Indic::Telugu module has text:
        
        package Unicode::Indic::Telugu;
        use strict;
        use Unicode::Indic::Phonetic;
        our @ISA = qw (Unicode::Indic::Phonetic);
        use constant U => 0x0c00;
        

DIAGNOSTICS

        None!
        

AUTHOR

        Syamala Tadigadapa
        

COPYRIGHT

        Copyright (c) 2003, Syamala Tadigadapa. All Rights Reserved.
 This module is free software. It may be used, redistributed
and/or modified under the terms of the Perl Artistic License
     (see http://www.perl.com/perl/misc/Artistic.html)