-
-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core: Strip BOM in URLLoader text data #17513
Conversation
Are you sure that this is done in URLLoader, and not in ByteArray? There's already some BOM-related logic in ByteArray, so I wonder if it just needs to be extended |
According to uqers, in FP, URLLoader uses URLStream, so it's done in URLStream/readUTFBytes like in ByteArray |
6b10705
to
334bfe5
Compare
76f901a
to
247f89d
Compare
I would really appreciate a test for this! |
0608cbb
to
698fc62
Compare
698fc62
to
8c818cc
Compare
No description provided.