Make WordPress Core

Opened 20 years ago

Closed 20 years ago

#1688 closed defect (bug) (fixed)

Errors in functions-formatting.php remove_accents() conversion table

Reported by: kyknos's profile kyknos Owned by:
Milestone: Priority: normal
Severity: normal Version: 1.6
Component: General Keywords: bg|has-patch
Focuses: Cc:

Description

there is an error in remove_accents function, that caused wrong substitutions for some czech letters. I have fixed data according to the unicode standard.

Attachments (2)

functions-formatting.zip (9.8 KB) - added by kyknos 20 years ago.
sorry, cannot make a proper patch on this machine, a whole file…
functions-formatting.php.patch (2.1 KB) - added by YaaL 20 years ago.
Patch against 1.6 SVN

Download all attachments as: .zip

Change History (6)

@kyknos
20 years ago

sorry, cannot make a proper patch on this machine, a whole file...

@YaaL
20 years ago

Patch against 1.6 SVN

#1 @YaaL
20 years ago

  • Version changed from 1.5.2 to 1.6

There is also an error with one polish character, one of the most commonly used, so rather important for us.
Provided patch for current 1.6 SVN.

#2 @YaaL
20 years ago

  • Keywords has-patch added
  • Summary changed from bug in functions-formatting.php char conversion to Errors in functions-formatting.php remove_accents() conversion table

#3 @YaaL
20 years ago

  • Keywords bg|has-patch added; has-patch removed

#4 @ryan
20 years ago

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

(In [3106]) Fix typos in remove_accents(). Props kyknos and YaaL. fixes #1688

Note: See TracTickets for help on using tickets.