eljojo (Jose Tomas Albornoz)
- Login: eljojo
- Email: jojo@eljojo.net
- Registered on: 03/05/2013
- Last sign in: 05/25/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/05/2013
-
05:13 PM Ruby Bug #8018 (Closed): Typo in Class: Encoding documentation. Encoding::UTF-8 instead of Encoding::UTF_8
- Hi, there's a typo in the Encoding Class documentation. http://ruby-doc.org/core-2.0/Encoding.html
In the Changing an encoding section, in the example says
string.force_encoding(Encoding::UTF-8)
instead of
string.force_encodin...