MantisBT - TestLink |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002317 | TestLink | Reports | public | 2009-04-01 16:06 | 2010-01-13 21:43 |
|
Reporter | toshi | |
Assigned To | toshi | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 1.8.0 | |
Fixed in Version | 1.8.3 | |
Act. Work | |
Issue Report Quality | |
Database (MySQL,Postgres,etc) | |
Browser | |
PHP Version | |
TestCaseID | |
QA Team - Task Workflow Status | |
|
Summary | 0002317: Charts (graph) get garbled with multi-byte character set |
Description | Multi-byte character in charts are garbled.
We need to choose font according to the language.
Plese see patch file for details. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0001519 | closed | toshi | Excel Importing Misses Multi-byte Charactors |
|
Attached Files | patch.2317.zip (16,703) 2009-04-03 15:25 http://mantis.testlink.org/file_download.php?file_id=934&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2009-04-01 16:06 | toshi | New Issue | |
2009-04-01 16:07 | toshi | File Added: patch.2317.zip | |
2009-04-01 22:23 | mhavlat | Relationship added | related to 0001519 |
2009-04-01 22:24 | mhavlat | Assigned To | => toshi |
2009-04-01 22:24 | mhavlat | Status | new => acknowledged |
2009-04-02 08:08 | toshi | Note Added: 0006156 | |
2009-04-03 15:12 | toshi | Note Added: 0006195 | |
2009-04-03 15:25 | toshi | File Deleted: patch.2317.zip | |
2009-04-03 15:25 | toshi | File Added: patch.2317.zip | |
2009-04-03 15:27 | toshi | Note Added: 0006196 | |
2009-05-21 15:13 | toshi | Note Added: 0006993 | |
2009-05-27 15:17 | mhavlat | Note Added: 0007060 | |
2009-06-04 11:29 | toshi | Note Added: 0007144 | |
2009-06-04 11:29 | toshi | Status | acknowledged => resolved |
2009-06-04 11:29 | toshi | Fixed in Version | => 1.8.3 (bug fixing) |
2009-06-04 11:29 | toshi | Resolution | open => fixed |
2010-01-13 21:43 | mhavlat | Status | resolved => closed |
Notes |
|
(0006156)
|
toshi
|
2009-04-02 08:08
|
|
Please check my patch.
Could I commit it to head and branch_18? |
|
|
(0006195)
|
toshi
|
2009-04-03 15:12
|
|
The cause of this issue is font settings.
Charts (Graph) use "tahoma" font in current TL codes. Tahoma includes only the Latin-1 characters set. When we display other character set on charts, we should use other fonts.
So we need to set the kind of fonts in the configuration file. |
|
|
(0006196)
|
toshi
|
2009-04-03 15:27
|
|
I refactored the patch a little. |
|
|
(0006993)
|
toshi
|
2009-05-21 15:13
|
|
Could I commit this patch? |
|
|
|
I apologize for late answer. Please, go ahead and commit changes.
I would like to remind to send Installation manual update for new parameters to <testlink.doc@gmail.com> (including hint for adding an appropriate TTF file).
You can also add a better TTF file to CVS in the case there is free version. Thanks. |
|
|
(0007144)
|
toshi
|
2009-06-04 11:29
|
|
I commited it and mail to testlink.doc. |
|