Ticket #7512 (closed Bug: fixed)
œ (igature of o and e) is not normalized
| Reported by: | dbaty | Owned by: | hannosch |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.1.5 |
| Component: | Internationalization | Keywords: | |
| Cc: |
Description
Hello,
The letter "œ" (igature of "o" and "e") is not normalized by plone.i18n.normalizer trunk. If I try to include this letter in a title, it is replaced by 153. It should be replaced by oe.
As far as I can see, it is only used in French, hence the attached patch which define a new fr module in this package and register it in configure.zcml.
Attachments
Change History
Changed 4 years ago by dbaty
-
attachment
configure.zcml.patch
added
Changed 4 years ago by dbaty
-
attachment
test_normalizer.py.patch
added
Patch to tests/test_normalizer.py
Note: See
TracTickets for help on using
tickets.

Patch for configure.zcml