Open enricocavalli opened 10 years ago
Are you using Safari? I think it works differently on this browser.
Yes sorry i thougt it was wrong everywhere. Latest Safari on Mac OS X
Can you confirm it works fine in another browser? (chrome or firefox basically)
chrome or firefox actually download a file - safari only displays a data uri
Yes that's because FileSaver.js library does not work on Safari. See https://github.com/eligrey/FileSaver.js/issues/12
thanks for the explanation. By the way accented characters are correctly written is saved even from safari. Also could be questionable setting a charset for mime type application/octet-stream.
utf-8 characters are not encoded correctly from "save as..." -> markdown
for instance this is correct for "àèìòù"
regards, Enrico