Skip to content

Fix wrong call to mb_convert_encoding in resolve() #16

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

Merged
merged 1 commit into from
Jan 3, 2014

Conversation

damienalexandre
Copy link
Contributor

The charset is extracted from the ContentType, and mb_convert_encoding is called, but the actual $content is never converted to UTF-8 ($content is not passed by reference in this method).

The charset is extracted from the ContentType, and mb_convert_encoding is called, but the actual $content is never converted to UTF-8 ($content is not passed by reference in this method).
oscarotero added a commit that referenced this pull request Jan 3, 2014
Fix wrong call to mb_convert_encoding in resolve()
@oscarotero oscarotero merged commit f603bc2 into php-embed:master Jan 3, 2014
@oscarotero
Copy link
Collaborator

Many thanks, @damienalexandre !!

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