General

Profile

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... xsimov (Xavier Simó)

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... xsimov (Xavier Simó)

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 ...
xsimov (Xavier Simó)
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...
xsimov (Xavier Simó)

Also available in: Atom