“If debugging is the process of removing bugs, then programming must be the process of putting them in.” – Edsger Dijkstra
This is the Bug Tracking System for the Flyspray project. This is not a demo! Before opening a new task, please read the guidelines!
Do not issue bugs reports against versions earlier than 0.9.9.6
Security problem? Check the security section.
FS#1564 - Dependency graph bug with russian utf-8 characters
Attached to Project:
Flyspray - The bug killer!
Opened by Alexey Slabchenko (slx) - Wednesday, 06 May 2009, 12:32 GMT+1
Last edited by Cristian Rodríguez R. (judas_iscariote) - Monday, 18 May 2009, 02:07 GMT+1
Opened by Alexey Slabchenko (slx) - Wednesday, 06 May 2009, 12:32 GMT+1
Last edited by Cristian Rodríguez R. (judas_iscariote) - Monday, 18 May 2009, 02:07 GMT+1
|
Details
There is bug with russian utf-8 characters in dependency graph. Example can be found here. |
This task depends upon
with GraphViz installed under Windows (on my test PC) it works perfectly.
I have installed GraphViz package on my Debian PC (with russian locale) and it works perfectly too... Probably there is a bug with localization on http://webdot.flyspray.org/
Hrmmm.. nice catch, Im going to check this one out.. can you share the ".dot" file of this graph from your installation ?
I have only two files in cache folder - *.map with XML data and appropriate *.png image. Maybe it because I wrote wrong version of FlySpray (actually I have 0.9.6 on both Debian and Windows machines). But at first I found this on your demo bugtracker and it hasn't any information about version.
I attached these two files.
P.S. Excuse me if you found mistakes in my posts. English is not my native language.
Sorry, I mean I have version 0.9.9.6 , not 0.9.6! :)
Finally I found *.dot file. I need simply to change dot_path in flyspray.conf.php from "/usr/bin/dot" to "" (default value) to get it.
verified, this is a problem in the webservice ... being looked into..
Florian: hard to fix .. everything goes right, from the client to the server, the server receives data correctly, php graphviz extension messes the resulting png file.. I will try to debug the problem this weekend.. for now , please use local dot...