|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 2771 | block | always | 07-07-08 11:56 | 07-10-08 12:42 | |
|
|
|||||
| Reporter: | fredo | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 3.1.6 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.2.0 | ||
|
|
|||||
| 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: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||