slide_rule (Ryan Sims)
- Login: slide_rule
- Email: rwsims@gmail.com
- Registered on: 01/07/2010
- Last sign in: 01/07/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/07/2010
-
06:20 AM Ruby Feature #2567 (Closed): Net::HTTP does not handle encoding correctly
- =begin
A string returned by an HTTP get does not have its encoding set appropriately with the charset field, nor does the content_type report the charset. Example code demonstrating incorrect behavior is below.
#!/usr/bin/ruby -w
...