Community
Participate
Working Groups
Created attachment 143369 [details] EncodingDelimiterOptionsSection patch Build ID: M20090211-1700 Steps To Reproduce: 1. Create a new workspace and run eclipse. 2. Create a Connection Profile and connect a databace. 3. On the Data Source Exploler view, display tables. 4. Select a table and right click, Data > Sample Contents. 5. On the Result tab in the right pane of SQL Results view, right click and select Export/Save > Current Result. 6. Export/Save Result windows open. Output encoding of Export options is not "UTF-8" but "ISO-8859-1", and the list contains "MS932" that Preferences setting doesn't. More information: The environment is Japanese. I attached an patch to fix this problem.
Hi Quy, can you review the patch?
I am attaching an updated patch. I changed the method name from "getEncodings" to "loadEncodings", since it doesn't return anything any more. (It's a private method, so the name change shouldn't cause a problem.)
Created attachment 181768 [details] Patch for plugin o.e.d.sqltools.result.ui
Checked in fix, tagged change to v201010270500 in HEAD stream (DTP 1.9)