Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN:[127198] Japanese column name is garbage on FlatFile datasource.

Summary:
Fix the Japanese column names garbaging problem in flat file datasource.

Bugzilla Entry(ies) Resolved:
127198

Description: 
The original flat file driver makes incorrectly processing of the first line reading from the file (which contains the column names).The class of problem is Query.java. When the input flat file is of UTF-8BOM format, the column names reading from the file will include the heading three BOM bytes, and this lead to the problem. It is fixed in source.

Tests Description:
N/A

Files Edited:
CVS:/cvsroot/datatools/org.eclipse.datatools.connectivity/plugins/
org.eclipse.datatools.connectivity.oda.flatfile/
              src/org/eclipse/datatools/oda/flatfile/Query.java

Notes to Build Team:
None.

Notes to Developers:
None.

Notes to QA:
None.

Notes to Documentation:
None.

 


Back to the top