charset.conf - Configuration file for legacy character set support by Sympa
In some language environments, legacy encoding (character set) is preferred for e-mail messages: For example iso-2022-jp
in Japanese language.
charset.conf defines mapping between language context and legacy character set for service messages sent by Sympa. If you want to enable legacy character set support, simply copy sample charset.conf onto configuration directory:
# cp $DEFAULTDIR/charset.conf $SYSCONFDIR/charset.conf
And set the legacy_character_support_feature
parameter value in sympa.conf to on
.
If you are planning to upgrade Sympa earlier than 5.3a.8, original charset.conf is required to convert shared documents during upgrade process.
- $DEFAULTDIR/charset.conf
-
Distribution default. This file should not be edited.
- $SYSCONFDIR/charset.conf
-
Configuration file.
Legacy character set support appeared on Sympa 6.0.
This document was initially written by IKEDA Soji <[email protected]> at 16, Mar 2009, and modified by VERDIN David <[email protected]> at 27, April 2009.