Skip to content

A codec can be defined for transferring log messages

András Wacha requested to merge awacha/sardana:develop into develop

This should allow glyphs not in the default Latin-1 character encoding used by Tango to be transferred. This is especially useful in macro outputs.

The LOG_MESSAGE_CODEC config option controls the choice of the character encoding. When not set (default), the encoding/decoding is disabled.

Merge request reports