Ticket #7512 (closed Bug: fixed)

Opened 4 years ago

Last modified 4 years ago

œ (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

configure.zcml.patch Download (316 bytes) - added by dbaty 4 years ago.
Patch for configure.zcml
fr.py Download (791 bytes) - added by dbaty 4 years ago.
New fr module.
test_normalizer.py.patch Download (494 bytes) - added by dbaty 4 years ago.
Patch to tests/test_normalizer.py

Change History

Changed 4 years ago by dbaty

Patch for configure.zcml

Changed 4 years ago by dbaty

New fr module.

Changed 4 years ago by dbaty

Patch to tests/test_normalizer.py

comment:1 Changed 4 years ago by hannosch

  • Status changed from new to closed
  • Resolution set to fixed

(In [22087]) Added normalization for a French-only character (igature of o and e), which isn't part of ISO 8859-1. This closes #7512.

Note: See TracTickets for help on using tickets.