From 8dbd59b08a526b38f35a23d9bc926cd9504e636f Mon Sep 17 00:00:00 2001 From: Jason Barnabe Date: Mon, 6 Aug 2012 22:00:23 -0500 Subject: [PATCH] issue 35 To Mozilla Format screws up Unicode chars --- edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit.js b/edit.js index f06f955e..3b01ad30 100644 --- a/edit.js +++ b/edit.js @@ -216,7 +216,7 @@ function saveComplete() { } function showMozillaFormat() { - var w = window.open("data:text/plain," + encodeURIComponent(toMozillaFormat())); + var w = window.open("data:text/plain;charset=UTF-8," + encodeURIComponent(toMozillaFormat())); } function toMozillaFormat() {