charlieda (Charlie Anderson)
- Login: charlieda
- Email: charlie.d.anderson@gmail.com
- Registered on: 09/11/2015
- Last sign in: 09/12/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/11/2015
-
01:47 PM Ruby Bug #11522 (Rejected): URI::decode returns incorrectly encoding strings
- When given unicode characters to encode and decode, the URI module returns a string with an invalid encoding.
~~~
irb(main):026:0* unicode = 'œ´å∑®´ß∂†≈©ƒç˙©√∆˙∫˚∆~¬'
=> "œ´å∑®´ß∂†≈©ƒç˙©√∆˙∫˚∆~¬"
irb(main):027:0> unicode.encoding
...