Minicom Native Language Support

Now minicom has internationalization (i18n for short) support, to make it
work please do the following steps:

- make sure you have gettext installed

- in your profile (/etc/profile or so for the system profile, or
$HOME/.profile for your personal profile) include the following environment
variables:

---------------------------- 8< ------------------------------------------
LC_CTYPE=ISO-8859-1 # or the correct ISO code for your character set
LANG=pt_BR          # change pt_BR with the correct iso code for your language
		    # (currently supported are pt_BR for Brasilian Portuguese
		    #  and fi_FI for Finnish. Turkish will be added soon.)
export LANG LC_CTYPE
---------------------------- 8< ------------------------------------------

In the next login just run minicom!

If you want to add support for more languages, this is what to do:
- go to the src/po directory
- make 
- copy minicom.pot as xx.po where xx is the iso code for your language
- edit the xx.po file to include the translations of the English strings
  to your language
- edit the Makefile (in the src/po directory) to include xx.mo in CATALOGS
- make install
- send your xx.po file to the address(es) below to get it included in
  the next version of Minicom

Sat 21 Mar 1998
Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Jukka Lahtinen <walker@clinet.fi>
