Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0004893 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| backport | [Openbravo ERP] A. Platform | minor | always | 2008-09-09 17:26 | 2009-01-30 14:43 | |||
| Reporter | jordimas | View Status | public | |||||
| Assigned To | shuehner | |||||||
| Priority | normal | Resolution | out of date | Fixed in Version | ||||
| Status | closed | Fix in branch | 2.40 | Fixed in SCM revision | ||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | pi | SCM revision | ||||||
| Merge Request Status | ||||||||
| Review Assigned To | ||||||||
| OBNetwork customer | No | |||||||
| Web browser | ||||||||
| Modules | Core | |||||||
| Support ticket | ||||||||
| Regression level | ||||||||
| Regression date | ||||||||
| Regression introduced in release | ||||||||
| Regression introduced by commit | ||||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0004893: Request to review FormatUtilities.replaceTildes | |||||||
| Description | Hello, The FormatUtilities class contains the following code: public static String replaceTildes(String strIni) { //Delete tilde characters return strIni.replace('á', 'a').replace('é', 'e').replace('í', 'i').replace('ó', 'o').replace('ú', 'u').replace('Á', 'A').replace('É', 'E').replace('Í', 'I').replace('Ó', 'O').replace('Ú', 'U'); } Which from an internationalization point of view is most likely wrong. | |||||||
| Proposed Solution | Suggested actions: · Someone reviews the code and understands why is used · Deletes the members or replaces it by a I18N friendly code | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
||||||||
|
||||||||
Notes |
|
|
(0012906) shuehner (administrator) 2009-01-30 14:43 |
no change required for 2.40 as original defect was changed to feature request to check the allowed characters for Tab-/Window-names and normalization of those for internal use. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2008-09-09 17:26 | anonymous | New Issue | |
| 2008-09-09 17:26 | anonymous | Assigned To | => shuehner |
| 2008-09-09 17:26 | anonymous | Status | new => scheduled |
| 2008-09-09 17:26 | anonymous | fix_in_branch | => 2.40 |
| 2009-01-30 14:43 | shuehner | Regression testing | => No |
| 2009-01-30 14:43 | shuehner | Status | scheduled => closed |
| 2009-01-30 14:43 | shuehner | Note Added: 0012906 | |
| 2009-01-30 14:43 | shuehner | Resolution | open => out of date |
| Copyright © 2000 - 2009 MantisBT Group |