Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0004893 | Openbravo ERP | A. Platform | public | 2008-09-09 17:26 | 2009-01-30 14:43 | |||||||
Reporter | jordimas | |||||||||||
Assigned To | shuehner | |||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | out of date | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | pi | |||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | ||||||||||||
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. | |||||||||||
Steps To Reproduce | ||||||||||||
Proposed Solution | Suggested actions: · Someone reviews the code and understands why is used · Deletes the members or replaces it by a I18N friendly code | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
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 |
Notes | |||||
|
|||||
|
|