Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0004163 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] E. Translation | minor | always | 2008-06-24 19:30 | 2009-08-02 19:44 | |||
Reporter | user71 | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | normal | Resolution | suspended | Fixed in Version | ||||
Status | closed | Fix in branch | 2.40 | Fixed in SCM revision | 11086 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.40 | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0004163: Unknown chars in xml files | |||||||
Description | Exporting translation from a just installed 2.35MP1 in file AD_TEXTINTERFACES_TRL_en_US.xml there are some rows with unknown chars both in original string than in translated string. For example: - <value column="Text" original="Amount From ">Amount From </value> - <value column="Text" original="·">·</value> - <value column="Text" original="POL. IND. DE BUÑUEL S/N">POL. IND. DE BUÑUEL S/N</value> - <value column="Text" original="Texto estático">Texto estático</value> and many others. Is it normal? | |||||||
Tags | translation | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0008324) svnbot (reporter) 2008-07-17 14:20 |
Repository: openbravo Revision: 5893 Author: pheenan Date: 2008-07-17 14:20:16 +0200 (Thu, 17 Jul 2008) Fixed bug 4163 - merged with trunk version. ENCODING now set in the transformer not the OutputStreamWriter --- U branches/r2.3x/src/org/openbravo/erpCommon/ad_forms/Translation.java --- https://dev.openbravo.com/websvn/openbravo/?rev=5893&sc=1 [^] |
(0009460) plujan (manager) 2008-10-08 18:46 |
On Openbravo Network MP9 I still see the same wrong chars |
(0010017) pheenan (reporter) 2008-11-05 19:51 |
Fix 0004163. Correct unrecognised characters in xml file. Remove two lines no longer used. |
(0011062) psarobe (manager) 2008-12-09 12:43 |
Still in MP10 |
(0011140) svnbot (reporter) 2008-12-10 13:15 |
Repository: openbravo Revision: 11085 Author: pheenan Date: 2008-12-10 13:15:05 +0100 (Wed, 10 Dec 2008) Fix issue 4163. Added encoding element to the import process. Included change for arguments for sax parser to use an InputSource rather than the file input. --- U branches/r2.3x/src/org/openbravo/erpCommon/ad_forms/Translation.java --- https://dev.openbravo.com/websvn/openbravo/?rev=11085&sc=1 [^] |
(0011141) svnbot (reporter) 2008-12-10 13:16 |
Repository: openbravo Revision: 11086 Author: pheenan Date: 2008-12-10 13:16:54 +0100 (Wed, 10 Dec 2008) Fix issue 4163. Added encoding element to the import process. Included change for arguments for sax parser to use an InputSource rather than the file input --- U branches/r2.35mp10/src/org/openbravo/erpCommon/ad_forms/Translation.java --- https://dev.openbravo.com/websvn/openbravo/?rev=11086&sc=1 [^] |
(0011173) pheenan (reporter) 2008-12-11 12:02 |
Added encoding element to the import process. Included change for arguments for sax parser to use an InputSource rather than the file input |
(0011265) psarobe (manager) 2008-12-12 17:33 |
It is a problem with ant create.database, it only can be reproduced in windows |
Issue History | |||
Date Modified | Username | Field | Change |
2008-06-24 19:30 | cromero | New Issue | |
2008-06-24 19:30 | cromero | Assigned To | => pheenan |
2008-06-24 19:30 | cromero | Status | new => scheduled |
2008-06-25 08:57 | pheenan | Tag Attached: translation | |
2008-07-17 14:20 | svnbot | Checkin | |
2008-07-17 14:20 | svnbot | Note Added: 0008324 | |
2008-07-17 14:20 | svnbot | Status | scheduled => resolved |
2008-07-17 14:20 | svnbot | Resolution | open => fixed |
2008-07-17 14:20 | svnbot | svn_revision | => 5893 |
2008-10-08 18:46 | plujan | Status | resolved => new |
2008-10-08 18:46 | plujan | Resolution | fixed => open |
2008-10-08 18:46 | plujan | Note Added: 0009460 | |
2008-10-08 18:46 | plujan | Fixed in Version | 2.35MP9 => |
2008-10-08 18:47 | plujan | Status | new => scheduled |
2008-10-08 18:47 | plujan | fix_in_branch | 2.3x => trunk |
2008-10-08 19:35 | cromero | Status | scheduled => feedback |
2008-10-08 19:35 | cromero | Status | feedback => scheduled |
2008-10-08 19:35 | cromero | fix_in_branch | trunk => 2.3x |
2008-10-08 19:35 | cromero | Description Updated | |
2008-10-09 09:55 | cromero | Priority | normal => immediate |
2008-10-09 09:55 | cromero | Severity | minor => critical |
2008-11-05 19:51 | pheenan | Status | scheduled => resolved |
2008-11-05 19:51 | pheenan | svn_revision | 5893 => 9720 |
2008-11-05 19:51 | pheenan | Resolution | open => fixed |
2008-11-05 19:51 | pheenan | Note Added: 0010017 | |
2008-12-09 12:43 | psarobe | Note Added: 0011062 | |
2008-12-10 09:20 | psarobe | Status | resolved => new |
2008-12-10 09:20 | psarobe | Resolution | fixed => open |
2008-12-10 09:20 | psarobe | Fixed in Version | 2.35MP10 => |
2008-12-10 13:15 | svnbot | Checkin | |
2008-12-10 13:15 | svnbot | Note Added: 0011140 | |
2008-12-10 13:15 | svnbot | svn_revision | 9720 => 11085 |
2008-12-10 13:16 | svnbot | Checkin | |
2008-12-10 13:16 | svnbot | Note Added: 0011141 | |
2008-12-10 13:16 | svnbot | svn_revision | 11085 => 11086 |
2008-12-11 10:59 | rafaroda | Status | new => scheduled |
2008-12-11 10:59 | rafaroda | fix_in_branch | 2.3x => trunk |
2008-12-11 12:02 | pheenan | Status | scheduled => resolved |
2008-12-11 12:02 | pheenan | Fixed in Version | => 2.35MP10 |
2008-12-11 12:02 | pheenan | Resolution | open => fixed |
2008-12-11 12:02 | pheenan | Note Added: 0011173 | |
2008-12-12 17:33 | psarobe | Assigned To | pheenan => marvintm |
2008-12-12 17:33 | psarobe | Status | resolved => new |
2008-12-12 17:33 | psarobe | Resolution | fixed => open |
2008-12-12 17:33 | psarobe | Note Added: 0011265 | |
2008-12-12 17:33 | psarobe | Fixed in Version | 2.35MP10 => |
2008-12-12 17:34 | psarobe | Status | new => scheduled |
2008-12-12 17:36 | psarobe | fix_in_branch | trunk => 2.40 |
2008-12-12 18:14 | psarobe | Priority | immediate => normal |
2008-12-12 18:14 | psarobe | Severity | critical => minor |
2009-01-19 13:30 | psarobe | version | => 2.40 |
2009-08-02 19:44 | psarobe | Status | scheduled => closed |
2009-08-02 19:44 | psarobe | Resolution | open => suspended |
Copyright © 2000 - 2009 MantisBT Group |