InfraRuby (InfraRuby Vision)
- Login: InfraRuby
- Registered on: 03/16/2017
- Last sign in: 03/20/2017
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
03/20/2017
- 07:30 PM Ruby master Bug #13321: String#codepoints for one-byte encodings
- Thanks!
03/17/2017
- 06:39 PM Ruby master Bug #13321: String#codepoints for one-byte encodings
- Please update the documentation for `String#codepoints` too.
`String#codepoints` does return (Unicode) codepoints ... - 03:10 AM Ruby master Bug #13321: String#codepoints for one-byte encodings
- That's surprising to me but I can see that. Thanks!
03/16/2017
- 10:45 PM Ruby master Bug #13321 (Rejected): String#codepoints for one-byte encodings
- On many versions of Ruby, including 2.4.0:
"\x80".force_encoding("WINDOWS-1252").codepoints.first # => 0x80
...
Also available in: Atom