0xleaf (0x leaf)
- Login: 0xleaf
- Registered on: 07/26/2021
- Last sign in: 07/26/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/26/2021
-
06:32 AM Ruby Bug #18044: unusual behavior with Arabic string in a Hash
- Thanks ! Indeed removing that invisible character fixes the issue. I wonder if this error could be made more obvious?
-
05:44 AM Ruby Bug #18044 (Closed): unusual behavior with Arabic string in a Hash
- Hey all,
I found a potential bug where looking up a key that contains an arabic string always returns "nil" instead of the string. To reproduce, run the following script
```ruby
foo = {"arabic" => "ٱلتَّوْبَة"}
p foo.keys # => [...