Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013594 | Openbravo ERP | 01. General setup | public | 2010-06-09 17:50 | 2010-07-23 00:00 |
Reporter | networkb | ||||
Assigned To | sivaraman | ||||
Priority | high | Severity | minor | Reproducibility | random |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | 2.50MP18 | ||||
Target Version | 2.50MP21 | Fixed in Version | |||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | OBPS | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0013594: Error exporting a client with umlaut characters | ||||
Description | If you run export client process setting umlaut characters (รค....) in the name, in some environments file generated is not codified in UTF8 so umlaut characters are exported as ? We have not been able to reproduce it locally but solution was provided and verified for a partner which could reproduce it. Comparing code with import client process we realize that in export client, FileWriter is being used instead of OutputStreamWriter (which is used in import client to force UTF-8 codification) We modified line 98 of ExportClientProcess.java final FileWriter fw = new FileWriter(exportFile); by OutputStreamWriter fw = new OutputStreamWriter(new FileOutputStream(exportFile),"UTF-8"); to leave it similar to ImportClientProcess.java and verified that client_data.xml what correctly generated. We attach modified ExportClientProcess.java | ||||
Steps To Reproduce | |||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=2657&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-06-09 17:50 | networkb | New Issue | |||
2010-06-09 17:50 | networkb | Assigned To | => adrianromero | ||
2010-06-09 17:50 | networkb | File Added: ExportClientProcess.java | |||
2010-06-09 17:50 | networkb | OBNetwork customer | => Yes | ||
2010-06-09 18:47 | adrianromero | Status | new => scheduled | ||
2010-06-09 18:47 | adrianromero | fix_in_branch | => pi | ||
2010-07-06 10:27 | sivaraman | Assigned To | adrianromero => sivaraman | ||
2010-07-06 10:33 | hgbot | Checkin | |||
2010-07-06 10:33 | hgbot | Note Added: 0029082 | |||
2010-07-06 10:33 | hgbot | Status | scheduled => resolved | ||
2010-07-06 10:33 | hgbot | Resolution | open => fixed | ||
2010-07-06 10:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9cab69ec3be5f17b499c45cafaf99f91ed449ecb [^] | ||
2010-07-06 10:42 | sivaraman | Note Added: 0029083 | |||
2010-07-07 12:38 | hudsonbot | Checkin | |||
2010-07-07 12:38 | hudsonbot | Note Added: 0029115 | |||
2010-07-22 19:45 | sureshbabu | Note Added: 0029485 | |||
2010-07-22 19:45 | sureshbabu | Status | resolved => closed | ||
2010-07-23 00:00 | anonymous | sf_bug_id | 0 => 3033261 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|