The character set used in communication with the RSSD.
"" (empty string)
Any valid character set supported by the Java VM on the Mirror Replication Agent host machine.
The value of the rssd_charset parameter must match (or be compatible with) the RSSD character set. The RSSD character set is usually the same as the Replication Server default character set identified by the Replication Server RS_charset configuration parameter.
If you specify a valid character set for the value of the rssd_charset parameter, the Mirror Replication Agent instance communicates with the RSSD using that character set.
If you do not specify a valid character set name for the value of the rssd_charset parameter (including the default rssd_charset value ""), the Mirror Replication Agent communicates with the RSSD using the system default character set, specified by the Java VM file.encoding system property on the Mirror Replication Agent host machine.
See “Setting up the connection configuration parameters” for more information.