Opened 21 years ago
Closed 21 years ago
#836 closed defect (bug) (fixed)
Add Latin Extended-A Unicode decompositions to remove_accents()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | 1.5 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
Add decompositions for the Latin Extended-A Unicode block to
remove_accents(). See the decompositions for Latin-1 Supplement for an example. For each character in Latin Extended-A that has an unaccented Basic Latin character in its canonical decompostion, map the UTF-8 octets for that character to the Basic Latin character. Reference the UCD or employ a character map utility to get the canonical decomposition.
Change History (3)
Note: See
TracTickets for help on using
tickets.
http://trac.wordpress.org/changeset/2484