Make WordPress Core

Opened 19 years ago

Closed 17 years ago

#1318 closed defect (bug) (worksforme)

Wrong encoding in description of uploaded files

Reported by: tcloer's profile tcloer Owned by:
Milestone: Priority: normal
Severity: normal Version: 1.5.1
Component: Administration Keywords:
Focuses: Cc:

Description

When i upload an image and use umlauts like "äöü" or the sharp s "ß", the code that WP returns contains incorrently encoded characters. Tested with Firefox 1.0.3 and Safari 2.0 on a Mac.

Change History (4)

#1 @tcloer
19 years ago

  • Patch set to No

#2 @rob1n
17 years ago

  • Severity changed from minor to normal

I think this has more to do with your DB collation than anything else. WP should be able to display UTF-8 fine, but it might be stored in latin1-swedish-default (the default) in the database.

I'll try to reproduce this.

#3 @rob1n
17 years ago

  • Cc rob1n added

#4 @rob1n
17 years ago

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

Accents (ú) and umlauts (ü) worked for me.

Note: See TracTickets for help on using tickets.