2025-07-21 05:46 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0001613Sitewikipublic2014-02-01 16:04
Reportertvo 
Assigned Totvo 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionwon't fix 
Product Versionspringrts.com 
Target VersionFixed in Version 
Summary0001613: encoding issues
Descriptionsee for example: http://springrts.com/wiki/Main_Page
TagsNo tags attached.
Attached Files

-Relationships
+Relationships

-Notes

~0004735

tvo (reporter)

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.

~0004736

tvo (reporter)

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.

~0004737

tvo (reporter)

I've asked Fnordia to send me output of:

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

~0008996

tvo (reporter)

Last edited: 2012-07-15 14:49

View 2 revisions

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.

+Notes

-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 View Revisions
2014-02-01 16:04 abma Status confirmed => resolved
2014-02-01 16:04 abma Resolution open => won't fix
+Issue History