MantisBT - CDash
View Issue Details
0007582CDashpublic2008-08-29 03:232008-10-29 14:47
Milan Dvorak 
Julien Jomier 
normalfeatureN/A
closedfixed 
 
1.3 
0007582: Charset encoding issues
I need to submit xml files with UTF-8 characters. When I change encoding in browser/apache to UTF-8, build and tests log are shown correctly in utf, but i get weird symbols where some whitespaces should be(attached screen).
I tried to change encoding in .xsl files of CDash - encoding="iso-8859-1"/> to utf-8. Weird characters in CDash disappeared, but my utf-8 strings were messed up(2nd screen).
Is there any way to make this work ?
No tags attached.
jpg whitespaces.JPG (148,977) 2008-08-29 03:23
https://public.kitware.com/Bug/file/1690/whitespaces.JPG
jpg

jpg messedup.JPG (78,190) 2008-08-29 03:23
https://public.kitware.com/Bug/file/1691/messedup.JPG
jpg
Issue History
2008-08-29 03:23Milan DvorakNew Issue
2008-08-29 03:23Milan DvorakFile Added: whitespaces.JPG
2008-08-29 03:23Milan DvorakFile Added: messedup.JPG
2008-08-29 07:03Milan DvorakNote Edited: 0013224
2008-08-29 07:53Julien JomierStatusnew => assigned
2008-08-29 07:53Julien JomierAssigned To => Julien Jomier
2008-08-29 07:55Julien JomierNote Added: 0013223
2008-08-29 08:01Milan DvorakNote Added: 0013224
2008-08-29 08:48Julien JomierNote Added: 0013226
2008-10-29 14:47Julien JomierNote Added: 0013974
2008-10-29 14:47Julien JomierStatusassigned => closed
2008-10-29 14:47Julien JomierResolutionopen => fixed
2008-10-29 14:47Julien JomierFixed in Version => 1.3

Notes
(0013223)
Julien Jomier   
2008-08-29 07:55   
what's the charset encoding of the database?
(0013224)
Milan Dvorak   
2008-08-29 08:01   
(edited on: 2008-08-29 07:03)
not sure, how can i find this out ?
but utf-8 i guess, i have xubuntu, everything else is utf-8.

update:
mysql status prints
  Server characterset: latin1
  Db characterset: latin1
  Client characterset: latin1
  Conn. characterset: latin1

(0013226)
Julien Jomier   
2008-08-29 08:48   
I think that's the problem. And by default CDash create table using latin1 encoding. I'm going to fix this early next week. Thanks for the report.
(0013974)
Julien Jomier   
2008-10-29 14:47   
Fixed in 1.3. Thanks for the report.