| Ticket UUID: | 0cd1ae596e70925906ace67831f123e6b2ec2035 | |||
| Title: | Under strict encoding, [gets] returns an error even though a complete line is available | |||
| Type: | Bug | Version: | ||
| Submitter: | pooryorick | Created on: | 2023-04-13 20:46:59 | |
| Subsystem: | - New Builtin Commands | Assigned To: | pooryorick | |
| Priority: | 5 Medium | Severity: | Important | |
| Status: | Closed | Last Modified: | 2024-11-11 00:13:16 | |
| Resolution: | Fixed | Closed By: | pooryorick | |
| Closed on: | 2024-11-11 00:13:16 | |||
| Description: |
The following script should print the first line read from the file but instead it produces the error, "invalid or incomplete multibyte or wide character". There is a utf-8 encoding in the second line, not the first:
| |||
| User Comments: |
pooryorick added on 2023-04-14 07:23:20:
Fixed in [67baae2829]. | |||