Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14735 closed defect (bug) (fixed)

Encoding Issue in Files

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

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 14 years ago.
/wp-includes/class-snoopy.php
14735-twentyten.patch (441 bytes) - added by hakre 14 years ago.
/wp-content/themes/twentyten/functions.php

Download all attachments as: .zip

Change History (7)

@hakre
14 years ago

/wp-includes/class-snoopy.php

@hakre
14 years ago

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

#1 @hakre
14 years ago

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

#2 @hakre
14 years ago

  • Owner set to hakre
  • Status changed from new to assigned

#3 @hakre
14 years ago

  • Keywords dev-feedback added

#4 @nacin
14 years ago

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

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

#5 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.1
Note: See TracTickets for help on using tickets.