Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025313 | Openbravo ERP | A. Platform | public | 2013-12-12 01:44 | 2014-04-03 12:34 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP31 | Fixed in Version | 3.0MP31 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 24646 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025313: Arabic fonts are not exported properly using the Export To Spreadsheet button |
Description | Arabic fonts are not exported properly using the Export To Spreadsheet button, instead of the arabic characters, ???? appears in the generated csv. |
Steps To Reproduce | 1) Go to any window in the ERP, for example Sales Invoice
2) Show the Description field in grid view
3) Create a new record, and in the Description field put some arabic text, for example: مرحبا
4) Click on the Export To Spreadsheet button in the toolbar. |
Proposed Solution | Use the UTF-8 enconding in the response when generating the csv file (patch attached) |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0026162 | | closed | guillermogil | CSV Text Encoding preference is not working |
|
Attached Files | issueExportArabic.diff (850) 2013-12-12 01:44 https://issues.openbravo.com/file_download.php?file_id=6566&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2013-12-12 01:44 | caristu | New Issue | |
2013-12-12 01:44 | caristu | Assigned To | => AugustoMauch |
2013-12-12 01:44 | caristu | File Added: issueExportArabic.diff | |
2013-12-12 01:44 | caristu | Modules | => Core |
2013-12-12 01:44 | caristu | OBNetwork customer | => Yes |
2013-12-12 01:44 | caristu | Support ticket | => 24646 |
2013-12-12 01:44 | caristu | Triggers an Emergency Pack | => No |
2013-12-12 01:45 | caristu | Issue Monitored: networkb | |
2013-12-13 11:42 | caristu | Assigned To | AugustoMauch => caristu |
2013-12-13 15:10 | hgbot | Checkin | |
2013-12-13 15:10 | hgbot | Note Added: 0062730 | |
2013-12-13 15:10 | hgbot | Status | new => resolved |
2013-12-13 15:10 | hgbot | Resolution | open => fixed |
2013-12-13 15:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2cc210f50c0553afa41cae1698b4cfedfa3fbf06 [^] |
2013-12-19 12:31 | hudsonbot | Checkin | |
2013-12-19 12:31 | hudsonbot | Note Added: 0062851 | |
2013-12-24 10:32 | AugustoMauch | Review Assigned To | => AugustoMauch |
2013-12-24 10:32 | AugustoMauch | Note Added: 0063059 | |
2013-12-24 10:32 | AugustoMauch | Status | resolved => closed |
2013-12-24 10:32 | AugustoMauch | Fixed in Version | => 3.0MP31 |
2014-04-03 12:26 | guillermogil | Relationship added | related to 0026162 |
2014-04-03 12:34 | guillermogil | Note Added: 0066122 | |
Notes |
|
(0062730)
|
hgbot
|
2013-12-13 15:10
|
|
Repository: erp/devel/pi
Changeset: 2cc210f50c0553afa41cae1698b4cfedfa3fbf06
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Dec 13 15:09:55 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2cc210f50c0553afa41cae1698b4cfedfa3fbf06 [^]
fixes issue 25313: Arabic fonts are not exported properly
using the Export To Spreadsheet button
---
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
---
|
|
|
|
|
|
|
Code reviewed and verified in pi@2cc210f50c05 |
|
|
|
In order to export the csv with an specific encoding CSV Text Encoding preference must be configured properly. |
|