kopia lustrzana https://github.com/backface/turtlestitch
Add charset to variable export
rodzic
e9020b4ed3
commit
d2c4760844
|
@ -6339,7 +6339,7 @@ WatcherMorph.prototype.userMenu = function () {
|
||||||
'export...',
|
'export...',
|
||||||
function () {
|
function () {
|
||||||
window.open(
|
window.open(
|
||||||
'data:text/plain,' +
|
'data:text/plain;charset=utf-8,' +
|
||||||
encodeURIComponent(this.currentValue.toString())
|
encodeURIComponent(this.currentValue.toString())
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue