From d2c47608441bb4a9b221ad11581e964248c3f967 Mon Sep 17 00:00:00 2001 From: blob8108 Date: Sat, 26 Apr 2014 01:10:57 +0100 Subject: Add charset to variable export --- objects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objects.js') diff --git a/objects.js b/objects.js index 41b511d..9c5087a 100644 --- a/objects.js +++ b/objects.js @@ -6339,7 +6339,7 @@ WatcherMorph.prototype.userMenu = function () { 'export...', function () { window.open( - 'data:text/plain,' + + 'data:text/plain;charset=utf-8,' + encodeURIComponent(this.currentValue.toString()) ); } -- cgit v1.3.1