Make WordPress Core

Opened 22 years ago

Closed 21 years ago

#836 closed defect (bug) (fixed)

Add Latin Extended-A Unicode decompositions to remove_accents()

Reported by: ryan Owned by: ryan
Priority: normal Milestone:
Component: Administration Version: 1.5
Severity: minor Keywords:
Cc: Focuses:

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
22 years ago

  • PatchNo

#2 @ryan
21 years ago

  • Owner changed from anonymous to rboren
  • Status newassigned

#3 @ryan
21 years ago

  • fixed_in_version1.5.1
  • Resolution 1020
  • Status assignedclosed
Note: See TracTickets for help on using tickets.