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

UTF-8 support #143

Open
dberzano opened this issue Jun 2, 2011 · 1 comment
Open

UTF-8 support #143

dberzano opened this issue Jun 2, 2011 · 1 comment

Comments

@dberzano
Copy link

dberzano commented Jun 2, 2011

The web console seems not to like non-ASCII characters; this is what happens when using an accent:

>> puts "exposé"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
[no address given] and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.2.14 (Ubuntu) Server at tryruby.org Port 80</address>
</body></html>

Cheers,

Dario Berzano.

@ashnur
Copy link

ashnur commented Jul 1, 2011

This happened to me too.

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