master
Compiles multiple Greasemonkey user scripts into a standalone Firefox extension, based heavily on Anthony Lieuallen's (single) script compiler. — Read more
Hello,
I have a foo.user.js, when I use UTF-8 encoding in this file, it will print a wrong encoded chars in the output.
if I save it in UTF-8 and use BOM, it will out of work at all.
if I replace the UTF-8 character with unicode escape (e.g. \u1234), it works.
how about support UTF-8 encoding? thanks.