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

cleanData() conversion problem #118

Closed
Nefro9 opened this issue Mar 30, 2017 · 3 comments
Closed

cleanData() conversion problem #118

Nefro9 opened this issue Mar 30, 2017 · 3 comments

Comments

@Nefro9
Copy link

Nefro9 commented Mar 30, 2017

Hello,

cleanData() function not working with word pažiūrėti, it returns pažiūr�--ti

$cleanedData = str_replace(array(chr(145), chr(146), chr(147), chr(148), chr(150), chr(151), chr(133), chr(194)), $replacementChars, $cleanedData);
@u01jmg3
Copy link
Owner

u01jmg3 commented Mar 30, 2017

Thanks for logging the issue.

Are you using the latest dev-master? A recent change provides support for removing both ascii and unicode unprintable characters.

@u01jmg3 u01jmg3 self-assigned this Mar 30, 2017
@u01jmg3 u01jmg3 changed the title cleanData convert problem cleanData() conversion problem Mar 30, 2017
@Nefro9
Copy link
Author

Nefro9 commented Mar 30, 2017

Yes, I'm using latest dev-master

@u01jmg3 u01jmg3 removed their assignment Mar 30, 2017
@u01jmg3 u01jmg3 modified the milestone: v2.x.x Mar 30, 2017
@Nefro9
Copy link
Author

Nefro9 commented Mar 31, 2017

Thank you, now it's work 👍

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

No branches or pull requests

2 participants