The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Plagger::Plugin::Filter::UnicodeNormalize - Unicode Normalization

SYNOPSIS

  - module: Filter::UnicodeNormalize
    config:
      form: NFKC

DESCRIPTION

This plugin normalize feed content using Unicode::Normalize.

CONFIG

form

The method of normalize form can be specified by form set. select forms from NFD, NFC, NFKD, NFKC, etc. Optional and defaults to NFKC. see Unicode::Normalize.

AUTHOR

Masafumi Otsune

SEE ALSO

Plagger Unicode::Normalize