View Issue Details

IDProjectCategoryView StatusLast Update
0001613Sitewikipublic2014-02-01 16:04
Reportertvo Assigned Totvo  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionwon't fix 
Product Versionspringrts.com 
Summary0001613: encoding issues
Descriptionsee for example: http://springrts.com/wiki/Main_Page
TagsNo tags attached.

Activities

tvo

2010-03-07 13:18

reporter   ~0004735

phpbb:

A new news post with special characters shows up correctly on the frontpage if I set:

  header('Content-type: text/html; charset=latin1');

an old post (http://springrts.com/phpbb/viewtopic.php?f=3&t=56) shows up correctly on the frontpage if I set:

  header('Content-type: text/html; charset=utf-8');

These old posts show up incorrectly in phpbb itself, which uses UTF-8.

tvo

2010-03-07 13:22

reporter   ~0004736

The OLD post shows up correctly in commandline mysql client.
The NEW post shows up incorrectly in the commandline mysql client.

This leads me to believe something goes wrong when a new post is created.

tvo

2010-03-07 13:37

reporter   ~0004737

I've asked Fnordia to send me output of:

  show variables like 'character_%';
  show variables like 'collation_%';

tvo

2012-07-15 14:49

reporter   ~0008996

Last edited: 2012-07-15 14:49

Not likely I will get that answer ;-)
Plus Fnord likely doesn't have the exact setup anymore from 2005...

However, the encoding issue is still visible in old posts. Probably those posts would need fixing.

Issue History

Date Modified Username Field Change
2009-08-31 21:10 tvo New Issue
2010-03-07 13:18 tvo Note Added: 0004735
2010-03-07 13:22 tvo Note Added: 0004736
2010-03-07 13:37 tvo Note Added: 0004737
2010-03-07 13:38 tvo Status new => feedback
2012-07-15 14:49 tvo Note Added: 0008996
2012-07-15 14:49 tvo Status feedback => new
2012-07-15 14:49 tvo Assigned To => tvo
2012-07-15 14:49 tvo Status new => confirmed
2012-07-15 14:49 tvo Note Edited: 0008996
2014-02-01 16:04 abma Status confirmed => resolved
2014-02-01 16:04 abma Resolution open => won't fix