masuyama (Soichi Masuyama)
- Login: masuyama
- Registered on: 06/19/2020
- Last sign in: 06/19/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/19/2020
-
03:18 AM Ruby Bug #16970 (Closed): Encoding of ENV value returns ASCII-8BIT in Ruby2.6 or later
- ## Problem Report
When internal encoding is set to UTF-8, encoding of ENV value always return ASCII-8BIT. (UTF-8 is expected).
## Result of reproduce process
Ruby 2.5
``` ruby
set TEST=日本
ruby --encoding=UTF-8:UTF-8 -e "p 'te...