mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Fix encoding issue on import.
This commit is contained in:
parent
f245116e48
commit
cc8ff94b10
@ -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 ...
|
||||||
|
Loading…
Reference in New Issue
Block a user