Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009486Openbravo ERPE. Translationpublic2009-06-15 17:282009-06-20 00:00
networkb 
alostale 
immediatemajoralways
closedfixed 
10
2.50MP1 
pi 
Core
No
0009486: The translation are not exported to xml files with UTF-8 encoding
The translation are not exported to xml files with UTF-8 encoding.
This bugs deppens on the encoding of the operative system.
-Go to general setup>impot/export language
-Export the language
-Check the xml files to see if they are correctly imported to utf-8
Correct InputStreamReader in the class
org.openbravo.uiTranslation.TranslationHandler
to
inpRe = new InputStreamReader(inputStream, "UTF-8");

 surrounded with try
No tags attached.
related to defect 0009302 closed alostale The xml files created when a language is exported are not generated with utf-8 enconding when using window 
Issue History
2009-06-15 17:28networkbNew Issue
2009-06-15 17:28networkbAssigned To => rafaroda
2009-06-16 09:08rafarodaAssigned Torafaroda => alostale
2009-06-16 09:08rafarodaStatusnew => scheduled
2009-06-16 10:18rafarodaRelationship addedrelated to 0009302
2009-06-16 13:35hgbotCheckin
2009-06-16 13:35hgbotNote Added: 0017348
2009-06-16 13:35hgbotStatusscheduled => resolved
2009-06-16 13:35hgbotResolutionopen => fixed
2009-06-16 13:35hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2da475f0832d3389b38fe93af2334ae4d9b6bf07 [^]
2009-06-19 12:53sureshbabuStatusresolved => closed
2009-06-19 12:53sureshbabuNote Added: 0017476
2009-06-19 12:53sureshbabuFixed in Version => pi
2009-06-20 00:00anonymoussf_bug_id0 => 2809278

Notes
(0017348)
hgbot   
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   
2009-06-19 12:53   
Tested in PI context