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


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

This plugin normalize feed content using Unicode::Normalize.

CONFIG

Top

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

Top

Masafumi Otsune

SEE ALSO

Top

Plagger Unicode::Normalize


Plagger documentation  | view source Contained in the Plagger distribution.