Fix encoding issue on import.

This commit is contained in:
Paulo Gustavo Veiga 2013-02-11 13:25:07 -03:00
parent f245116e48
commit cc8ff94b10

View File

@ -106,7 +106,7 @@
}); });
// Read in the image file as a data URL. // Read in the image file as a data URL.
reader.readAsBinaryString(file); reader.readAsText(file);
}); });
// Hook for interaction with the main parent window ... // Hook for interaction with the main parent window ...