This project is archived and is in readonly mode.
api.rubyonrails.org serves wrong encoding (iso-8859-1 should be utf-8)
Reported by Adam Luter | July 8th, 2008 @ 02:16 PM | in 2.x
The meta tag is incorrect on api.rubyonrails.org, it lists iso-8859-1 which should be utf-8. (Just look at the main page, an apostrophe is incorrectly interpreted).
Comments and changes to this ticket
-
josh July 17th, 2008 @ 12:48 AM
- State changed from new to invalid
- Tag cleared.
-
Adam Luter July 17th, 2008 @ 03:03 AM
OK, I'm sure your busy, but it would help if you added a small comment as to why it's invalid. The docs are in UTF-8 and api.rubyonrails.org is setting the meta tag to iso-8859-1. And this is causing an issue with a few UTF-8 characters that are in the documents. There are other bugs on this tracker for api.rubyonrails.org, so I presume it's OK to have more?
From the site:
"Welcome aboard: You’re riding the Rails!"
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>