Make WordPress Core

Opened 21 years ago

Closed 21 years ago

#836 closed defect (bug) (fixed)

Add Latin Extended-A Unicode decompositions to remove_accents()

Reported by: ryan's profile ryan Owned by: ryan's profile ryan
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)

#1 @ryan
21 years ago

  • Patch set to No

#2 @ryan
21 years ago

  • Owner changed from anonymous to rboren
  • Status changed from new to assigned

#3 @ryan
21 years ago

  • fixed_in_version set to 1.5.1
  • Resolution changed from 10 to 20
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.