pdg137 (Paul Grayson)
- Login: pdg137
- Registered on: 05/26/2016
- Last sign in: 12/18/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/26/2016
-
06:23 PM Ruby Bug #12431 (Closed): Strange behavior of String#encode('UTF-8', 'UTF-8', ...) when the encoding of the source string is not UTF-8
- When the dst_encoding and src_encoding options of String#encode are the same, it appears to ignore the encoding given and instead operate on the actual encoding of the string. Examples:
~~~
"abcdĂ".force_encoding('ASCII').encode('UT...