Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0004893
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] A. Platformminoralways2008-09-09 17:262009-01-30 14:43
ReporterjordimasView Statuspublic 
Assigned Toshuehner 
PrioritynormalResolutionout of dateFixed in Version
StatusclosedFix in branch2.40Fixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0004893: Request to review FormatUtilities.replaceTildes

DescriptionHello,

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 SolutionSuggested actions:

· Someone reviews the code and understands why is used
· Deletes the members or replaces it by a I18N friendly code
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks feature request 0004446 acknowledgedTriage Platform Base Review list of allowed characters in Tab/Window-names and normalization for internal use (i.e. FormatUtilities.replaceTildes) 

-  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
Powered by Mantis Bugtracker