The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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