Anonymous | Login | Signup for a new account | 12-17-2024 11:02 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002771 | [Quercus] | block | always | 07-07-08 11:56 | 07-10-08 12:42 | ||||
Reporter | fredo | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.2.0 | Product Version | 3.1.6 | ||||
Product Build | |||||||||
Summary | 0002771: quercus sprinf and hence DoublePrintfSegment.apply applies local to format-conversion | ||||||||
Description |
java's String.format(fmt, ...) will apply locale information upon format-conversion which breaks several php modules which are dependent on proper *printf output. (ie. TCPDF) a simple fix is to change to: String.format((Locale)null, fmt, ...) to have standard "C" locale output as php5 uses. |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Notes | |
(0003253) nam 07-10-08 12:42 |
php/115j sprintf("%f") now will use the locale set by setlocale() sprintf("%F") will not use locale information |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |