Unidata / IDV

The Integrated Data Viewer (IDV) from Unidata is a framework for analyzing and displaying geoscience data.
http://www.unidata.ucar.edu/software/idv/
Other
80 stars 37 forks source link

Fix ability of writeImage() to use 8-bit characters in labels #55

Closed tomw2 closed 10 years ago

tomw2 commented 11 years ago

The only change here is to explicitly getBytes() with UTF-8 encoding for the ByteArrayInputStream for the parser to deal with. This allows character like mu (µ) to be used for the text label on images. Without this, one gets a parsing error...