Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#14735 closed defect (bug) (fixed)

Encoding Issue in Files

Reported by: hakre Owned by: hakre
Priority: normal Milestone: 3.1
Component: General Version:
Severity: normal Keywords: has-patch dev-feedback
Cc: Focuses:

Description

In the core package (checked *.php) the following files do contain characters not within the ascii 7bit range:

  • /wp-includes/class-snoopy.php
  • /

To prevent encoding issues, those files should be made ascii-7bit compatible.

Attachments (2)

14735-snoopy.patch (641 bytes ) - added by hakre 16 years ago.
/wp-includes/class-snoopy.php
14735-twentyten.patch (441 bytes ) - added by hakre 16 years ago.
/wp-content/themes/twentyten/functions.php

Download all attachments as: .zip

Change History (7)

@hakre
16 years ago

/wp-includes/class-snoopy.php

@hakre
16 years ago

/wp-content/themes/twentyten/functions.php

#1 @hakre
16 years ago

Did run over this in #14726. Related: #9655.

#2 @hakre
16 years ago

  • Owner set to hakre
  • Status newassigned

#3 @hakre
16 years ago

  • Keywords dev-feedback added

#4 @nacin
16 years ago

  • Resolutionfixed
  • Status assignedclosed

(In [16005]) Fix some encoding issues. props hakre, fixes #14735.

#5 @nacin
16 years ago

  • Milestone Awaiting Review3.1
Note: See TracTickets for help on using tickets.