xsimov (Xavier Simó)
- Login: xsimov
- Registered on: 06/20/2018
- Last sign in: 06/21/2018
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
06/29/2018
- 02:14 PM Ruby master Bug #14863: Array#join with empty array returns empty string always in US-ASCII encoding
- I think it is not consistent because normally what I have seen the most is arrays of strings or containing strings be...
06/22/2018
- 08:28 AM Ruby master Bug #14863: Array#join with empty array returns empty string always in US-ASCII encoding
- Thanks for the clarification. What I try to solve with this proposal is the empty array #join returning a string whic...
06/21/2018
- 04:00 PM Ruby master Bug #14863: Array#join with empty array returns empty string always in US-ASCII encoding
- Taking into account
jeremyevans0 (Jeremy Evans) wrote:
> UTF-8 is the default for literal strings, not the default ... - 09:18 AM Ruby master Bug #14863 (Rejected): Array#join with empty array returns empty string always in US-ASCII encoding
- Calling
~~~
irb(main):001:0> [].join.encoding
=> #<Encoding:US-ASCII>
~~~
returns an empty string and that empt...
Also available in: Atom