Skip to content

fix(fs): change to reject if unsupported encodings in readTextFileLines#3272

Closed
aiueo13 wants to merge 1 commit intotauri-apps:v2from
aiueo13:change-to-reject-if-unsupported-encodings-in-readTextFileLines
Closed

fix(fs): change to reject if unsupported encodings in readTextFileLines#3272
aiueo13 wants to merge 1 commit intotauri-apps:v2from
aiueo13:change-to-reject-if-unsupported-encodings-in-readTextFileLines

Conversation

@aiueo13
Copy link
Copy Markdown
Contributor

@aiueo13 aiueo13 commented Feb 11, 2026

Change readTextFileLines to throw an error when an encoding is specified that cannot be handled by the existing newline detection logic.

This is related to #3244 (comment).

@aiueo13 aiueo13 requested a review from a team as a code owner February 11, 2026 22:20
@amrbashir
Copy link
Copy Markdown
Member

Instead of rejection, I would rather change line detection on rust to read until the line separator according to the passed encoding.

@aiueo13
Copy link
Copy Markdown
Contributor Author

aiueo13 commented Feb 12, 2026

Instead of rejection, I would rather change line detection on rust to read until the line separator according to the passed encoding.

Got it, thank you.

@aiueo13 aiueo13 closed this Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants