geoff-codes (Geoff Nixon)
- Login: geoff-codes
- Email: geoff@geoff.codes
- Registered on: 12/03/2014
- Last sign in: 12/11/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/10/2014
-
12:55 AM Ruby Bug #10584 (Rejected): String.valid_encoding?, String.ascii_only? fails to account for BOM.
- IMO:
- A Unicode (UTF-16, UTF-32) string with a valid BOM should not be considered a valid encoding if endianness is changed.
- A UTF-8 string with BOM should not consider the BOM as a codepoint.
~~~sh
> file utf-16be-file
utf...