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

Unicode problematic #24

Open
longouyang opened this issue Oct 29, 2013 · 1 comment
Open

Unicode problematic #24

longouyang opened this issue Oct 29, 2013 · 1 comment

Comments

@longouyang
Copy link
Member

Copying code from PDFs (e.g., in class solutions) often doesn't work because it introduces (potentially invisible) Unicode characters like '\xe2'.

This might be a feature - we could add a custom error message like "don't just copy/paste the homework solutions".

The broader point: this is something we should handle, one way or another.

@juliusc
Copy link
Contributor

juliusc commented Oct 29, 2013

On the WebChurch side, we could transform the names as per the way it's already done, so you could give arbitrarily weird names. From a UI standpoint, maybe a solution is to have a JS regex that scrubs all unicode characters so they never show up? (this would solve the invisible char issue)

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

2 participants