[Greasemonkey] Login script,
problem with international chars and privacy concerns
Lenny Domnitser
ldrhcp at gmail.com
Fri Aug 18 11:39:29 EDT 2006
On 8/18/06, Jonas Lundberg <my.name.is.hans at gmail.com> wrote:
> Firefox (or is it greasemonkey? I am not sure) unfortunately only has
> partial support for international characters (unless there has been
> very recent changes).
Firefox has great support for Unicode, but unfortunately, it is
impossible to specify the encoding of a Greasemonkey script, and I'm
not sure what the default encoding is. Since Javascript strings are
Unicode, the character can be entered in the \u escaping format:
'\u00F6' produces 'ö'.
More information about the Greasemonkey
mailing list