issue 35 To Mozilla Format screws up Unicode chars
This commit is contained in:
parent
7df28a58db
commit
8dbd59b08a
2
edit.js
2
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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user