Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

charset: utf8 support #2

Open
thriqon opened this issue Oct 29, 2013 · 0 comments
Open

charset: utf8 support #2

thriqon opened this issue Oct 29, 2013 · 0 comments

Comments

@thriqon
Copy link

thriqon commented Oct 29, 2013

Problem

Attachments are uploaded with empty charset. Special characters (i.e. non-ascii) are stored with the wrong charset.

Steps to Reproduce

kanso.json:

"attachments" : [ ... "test.js" ... ]

test.js:

alert('ä');

I'm not sure if all files should be treated as utf8, but at least modules.js is...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant