Skip to content

POST charset #5

@pochemuto

Description

@pochemuto

Lastfm accepts only utf-8 charset.
So replace:
doc.write('<form method="post" action="' + apiUrl + '" id="form">');
to
doc.write('<form method="post" action="' + apiUrl + '" id="form" accept-charset="UTF-8"><input name="iehack" type="hidden" value="&#9760;" />');

thx!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions