Skip to content

Allow specifying normalized form for Unicode filter #16

Description

@todofixthis

When initializing the Unicode filter, allow the developer to specify which normalized form to use. E.g.:

In [1]: f.Unicode().apply('Ame\u0301lie')
Out[1]: 'Am\xe9lie'

In [2]: f.Unicode(normalize='NFD').apply('Ame\u0301lie')
Out[2]: 'Ame\u0301lie'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions