Bug 24875
| Summary: | Bad usage of %f in output routines | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Enrico Scholz <rh-bugzilla> | ||||
| Component: | dia | Assignee: | Alexander Larsson <alexl> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.1 | CC: | pbrown | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2001-07-12 19:27:57 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Enrico Scholz
2001-01-24 18:55:42 UTC
Changelog indicates that the problem is solved since 0.85. fixed with addition of 0.86. Havoc, where were you? I got the bug while the tree was locked, and had it marked to put in on tree unlock, but hadn't gotten around to it yet. An locale-related error which is *not* solved in the official 0.86 can be triggered with the following actions: $ LC_ALL=C dia [ create a line; save as test ] $ LC_ALL=de_DE dia test [ three messageboxes saying: "Error parsing point" ] That's caused by "<point val="4,3"/>" which will be interpreted in German as "4.3" instead of the pair [4 ; 3]. The maillists says that there are other locale-bugs solved in the CVS only. Created attachment 8459 [details]
diagram mentioned in the previous comment
Fixed in 0.88.1. |