Skip to content
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

Strip the UTF8 BOM from a UTF encoded response #461

Merged
merged 1 commit into from
Mar 5, 2013

Conversation

kppullin
Copy link
Contributor

@kppullin kppullin commented Mar 4, 2013

Some frameworks, such as .NET, often emit the UTF8 byte-order-mark in
the HTTP response.

This commit strips out the BOM when the encoding is set to 'utf8' and
improves compatibility with external services.

(This is a copy of a previous commit for issue #371, which no longer
cleanly applies and requires a refresh).

Some frameworks, such as .NET, often emit the UTF8 byte-order-mark in
the HTTP response.

This commit strips out the BOM when the encoding is set to 'utf8' and
improves compatibility with external services.

(This is a copy of a previous commit for issue request#371, which no longer
cleanly applies and requires a refresh).
mikeal added a commit that referenced this pull request Mar 5, 2013
Strip the UTF8 BOM from a UTF encoded response
@mikeal mikeal merged commit 97754ad into request:master Mar 5, 2013
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.

None yet

2 participants