comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ExportPanel.java @ 7140:fc42d82aa71c

issue971: Include encoding parameter hardwiredly in csv export panels download link.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 25 Sep 2013 12:22:46 +0200
parents ea9eef426962
children 0633f963c5be
comparison
equal deleted inserted replaced
7139:6efa25f97f7e 7140:fc42d82aa71c
118 } 118 }
119 else if (facet.equals("wst")) { 119 else if (facet.equals("wst")) {
120 imgUrl += MSG.downloadWST(); 120 imgUrl += MSG.downloadWST();
121 } 121 }
122 else if (facet.equals("csv")) { 122 else if (facet.equals("csv")) {
123 url += "&encoding=windows-1252";
123 imgUrl += MSG.downloadCSV(); 124 imgUrl += MSG.downloadCSV();
124 } 125 }
125 else { 126 else {
126 imgUrl += MSG.imageSave(); 127 imgUrl += MSG.imageSave();
127 } 128 }

http://dive4elements.wald.intevation.org