| Plagger documentation | view source | Contained in the Plagger distribution. |
Plagger::Plugin::Filter::UnicodeNormalize - Unicode Normalization
- module: Filter::UnicodeNormalize
config:
form: NFKC
This plugin normalize feed content using Unicode::Normalize.
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.
Masafumi Otsune
| Plagger documentation | view source | Contained in the Plagger distribution. |