sympa4-hu is a set of changes to Sympa 4.1.5, in order to better support internationalization, the Latin-2 character set and the Hungarian language. An improved and functionally complete Hungarian translation is also provided.
For a more detailed discussion about the changes introduced in sympa4-hu, please read the SympaMagyarítás wiki page (in Hungarian language).
Msg(12, 2, ...) , so ISO-8859-2 (and possibly UTF-8) also workMIME::Words Perl module is notoriously buggy and its output incompatible with most mail clients. We have provided an alternative implementation for MIME::Words::encode_mimewords() (etc.), which works properly at last even for accented words separated by spaces in the subject (etc.).*.msg) are translated now to French, English, German and Hungarian.templates/*.hu.tpl): in the addresses, in the subject and in the message body. This is ensured by adding the appropriate MIME headers to e-mail templates.If you are a Sympa developer, and you'd like to merge the changes made in sympa4-hu to the main Sympa, please download these patces and merge them to Sympa 4.1.5:
*.msg), even for those not for the Hungarian language, also reside here. Please apply the code patch first, otherwise it won't work (because it uses the improved thempalte parser.pl).Download the sympa4-hu distribution from http://www.szszi.hu/~pts/sympa4-hu-latest.tar.gz .
Make sure you have a Debian Sarge system.
Try:
# dpkg -l sympa
Ensure that the version number of your installed Sympa is 4.1.5.
Make sure your Sympa is properly configured.
If you are planning to use Hungarian as the main language of Sympa (including the language of generated e-mails), ensure you have the following line in /etc/sympa/sympa.conf:
lang hu
In the sympa4-hu distribution directory, run this:
# ./install.sh
As an alternative, you may set the main language like this:
# ./install.sh SYMPA_LANG=hu
Download the sympa4-hu distribution from http://www.szszi.hu/~pts/sympa4-hu-latest.tar.gz .
Download Sympa 4.1.5 from http://www.sympa.org/distribution/old/sympa-4.1.5.tar.gz
Extract the Sympa distribution, and extract the sympa4-hu distribution.
Copy the contents in the bypts folder in sympa4-hu distribution to the Sympa distribution, overriding some files there.
Proceed with normal Sympa installation.