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

htmlentities returns nothing with UTF-8 chars #2266

Closed
cwolfrum opened this issue Apr 1, 2014 · 4 comments
Closed

htmlentities returns nothing with UTF-8 chars #2266

cwolfrum opened this issue Apr 1, 2014 · 4 comments

Comments

@cwolfrum
Copy link

cwolfrum commented Apr 1, 2014

Hi,

3.0. I can confirm that it works with HHVM 2.4.0 (returns 77,39 €). Might be related to bug #2061.
@cwolfrum cwolfrum changed the title htmlentities return nothing with UTF-8 chars htmlentities returns nothing with UTF-8 chars Apr 1, 2014
@thomaswacker
Copy link

👍 on fixing

@scannell
Copy link
Contributor

scannell commented Apr 2, 2014

Thanks for reporting this. Feel free to submit a PR if you (or someone else reading this) gets to this before we do.

@Bloafer
Copy link

Bloafer commented Apr 9, 2014

To add:

<?php
echo htmlentities("Europe’s", ENT_QUOTES, 'UTF-8');

Returns nothing for me
HipHop VM 3.0.1 (rel)

@cgcai
Copy link
Contributor

cgcai commented Apr 27, 2014

This seems to have been fixed. I'm committing the test case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants