|
This system allows for reading and writing mails in Indian languages using Pine as message handling tool. Pine is University of Washington's Program for Internet News and Email. It is mainly used for English correspondence. The default character-set for Pine is US_ASCII. Pine can be used for reading and writing mails in non-ASCII characters by setting appropriate character-set variable. But pine doesn't recognise Indian language characters. Indian language support for Pine is provided using alternate editor and alternate viewer. Pine has built-in support for alternate editor. Similarly alternate viewer option is implemented in Pine. Yudit, unicode editor is used as alternate editor and viewer. Yudit is Unicode editor, developed by Gáspár Sinai. This allows reading and writing mails in Unicode encoding as well as ISCII encoding.
Download Source Code
Download Modified Pine Source Code
Instructions
For reading and writing mails in Indian Languages follow the below steps.
- Instructions for installing pine
- gunzip pine.tar.gz
- tar -xvf pine.tar
- ./build lrh (for readhat 7.2 and above)
- Instructions for installing yudit.
- ./configure
- make
- make install
- copy raghu.ttf /usr/share/yudit/fonts/
- For writing mails in Indian languages, add the following lines in .pinerc file in your home directoy :
enable-alternate-editor-cmd
pass-control-characters-as-is
editor=yudit
or type following commands
- pine
- 's' for SETUP
- 'c' for CONFIG
- select the option 'enable-alternate-editor-cmd'
- select the option 'pass-control-characters-as-is'
- specify yudit as editor
Now you can read and write mails in Indian languages.
- Writing mails in Indian languages:
- pine
- 'c' for compose.
- When you enter in the Message Text area, press ^_ (control key and underscore) for alternate editor.
- Yudit window will open. Select the language in which you want to write a mail, write messege and save it.
- exit the yudit. The messege will appear in the Message Text area.
- ^x for sending the messegge.
- Reading mails in Indian languages
- pine
- Enter key for FLODER LIST.
- Enter key for INBOX.
- select the messege you want to view.
- press 'a' (AltView) for alternate viewer.
- yudit window, containing the message will open. After reading the message close the window.
Snapshots:
Composing mail in Marathi
Composing mail in Marathi with alternate editor
Reading mail in Marathi
Reading mail in Marathi with alternate viewer
|