Make WordPress Core

Opened 18 years ago

Closed 17 years ago

Last modified 11 years ago

#8029 closed defect (bug) (invalid)

/wp-content/themes/../widgets.php passes non UTF-8 letters

Reported by: Fredrik Jonsson Owned by:
Priority: normal Milestone:
Component: General Version: 2.6.1
Severity: normal Keywords:
Cc: Focuses:

Description

When importing RSS-feeds and displaying them on your page you can get non UTF-8 letters if the feed your importing conscist of them. $desc on line 1168 in widgets.php is not validated before output. Ex: It passes non UTF-8 letters, like åäö without changing them to

åäö 


Change History (7)

#1 @Fredrik Jonsson
18 years ago

  • Priority normalhighest omg bbq
  • Severity normalcritical

#2 @jacobsantos
18 years ago

  • Keywords needs-patch added

Why is this critical?

#3 @hakre
18 years ago

  • Keywords wont-fix added

Well looks kinda nonsense this report. If it passes UTF-8 and the output is UTF-8, there is no need to change åäö to entities like åäö which are very usefull in 7bit-Ascii. Anyway 7bit-Ascii is compatible with UTF-8, but, hmm, I would really prefer to see this all UTF-8 compatbile.

As long as no more Info is added I would like to see this ticket closed because this is not a bug.

#4 @mrmist
18 years ago

  • Keywords 2nd-opinion added; wont-fix removed
  • Priority highest omg bbqnormal
  • Severity criticalnormal

#5 @Denis-de-Bernardy
17 years ago

  • Resolutioninvalid
  • Status newclosed

#6 @hakre
17 years ago

  • Keywords needs-patch 2nd-opinion removed

+1. reviewed again. main argument for me is, there is no need to convert UTF-8 characters to their unicode html entities.

#7 @DrewAPicture
11 years ago

  • Milestone 2.8
Note: See TracTickets for help on using tickets.