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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0009486
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] E. Translationmajoralways2009-06-15 17:282009-06-20 00:00
ReporternetworkbView Statuspublic 
Assigned Toalostale 
PriorityimmediateResolutionfixedFixed in Versionpi
StatusclosedFix in branchFixed in SCM revision2da475f0832d
ProjectionnoneETAnoneTarget Version
OSWindowsDatabasePostgreSQLJava version
OS VersionDatabase versionAnt version
Product Version2.50MP1SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0009486: The translation are not exported to xml files with UTF-8 encoding

DescriptionThe translation are not exported to xml files with UTF-8 encoding.
This bugs deppens on the encoding of the operative system.
Steps To Reproduce-Go to general setup>impot/export language
-Export the language
-Check the xml files to see if they are correctly imported to utf-8
Proposed SolutionCorrect InputStreamReader in the class
org.openbravo.uiTranslation.TranslationHandler
to
inpRe = new InputStreamReader(inputStream, "UTF-8");

 surrounded with try
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0009302 closedalostale The xml files created when a language is exported are not generated with utf-8 enconding when using window 

-  Notes
(0017348)
hgbot (developer)
2009-06-16 13:35

Repository: erp/devel/pi
Changeset: 2da475f0832d3389b38fe93af2334ae4d9b6bf07
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jun 16 13:34:35 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2da475f0832d3389b38fe93af2334ae4d9b6bf07 [^]

fixed bug 0009486: Reading jrxml files for translation must use utf-8 encoding

---
M src-core/src/org/openbravo/uiTranslation/TranslationHandler.java
---
(0017476)
sureshbabu (reporter)
2009-06-19 12:53

Tested in PI context

- Issue History
Date Modified Username Field Change
2009-06-15 17:28 networkb New Issue
2009-06-15 17:28 networkb Assigned To => rafaroda
2009-06-16 09:08 rafaroda Assigned To rafaroda => alostale
2009-06-16 09:08 rafaroda Status new => scheduled
2009-06-16 10:18 rafaroda Relationship added related to 0009302
2009-06-16 13:35 hgbot Checkin
2009-06-16 13:35 hgbot Note Added: 0017348
2009-06-16 13:35 hgbot Status scheduled => resolved
2009-06-16 13:35 hgbot Resolution open => fixed
2009-06-16 13:35 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2da475f0832d3389b38fe93af2334ae4d9b6bf07 [^]
2009-06-19 12:53 sureshbabu Status resolved => closed
2009-06-19 12:53 sureshbabu Note Added: 0017476
2009-06-19 12:53 sureshbabu Fixed in Version => pi
2009-06-20 00:00 anonymous sf_bug_id 0 => 2809278


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker