Skip to content

Deprecate filesystem_encoding parameter

Created by: ikedas

Deprecate filesystem_encoding parameter which has already been fixed to utf-8.

Introduced Sympa::Tools::Text::slurp() to slurp text file applying Unicode sanitization and normalization. Note: Though Unicode::Normalize and Unicode::UTF8 are optional now, they would be mandatory in the future.

Merge request reports