jpeterburs (Jonas Peterburs)
- Login: jpeterburs
- Registered on: 01/30/2025
- Last sign in: 01/30/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/30/2025
-
01:02 PM Ruby Bug #21101: Encoding::CompatibilityError when using String#strip
- Thank you very much for the quick answer, that seems to have resolved my problem.
-
12:00 PM Ruby Bug #21101 (Rejected): Encoding::CompatibilityError when using String#strip
- When opening an ISO 8859-1 encoded file containing a German letter (e.g. รถ), then parsing through each line and stripping whitespace using either `rstrip` or `strip` it raises an Error ( `lstrip` seams fine; I'd assume it skips stripping...