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

fix issue #7 and #2 add feature requested in #4 #8

Merged
merged 5 commits into from
Sep 20, 2019
Merged

fix issue #7 and #2 add feature requested in #4 #8

merged 5 commits into from
Sep 20, 2019

Conversation

ariaieboy
Copy link
Contributor

the strtolower function not supporting multibyte characters such as persian or arabic language
mb_strtolower will fix the problem and support this type of charecters

the strtolower function not supporting multibyte characters such as persian or arabic language 
mb_strtolower will fix the problem and support this type of charecters
@ConsoleTVs
Copy link
Owner

I think you should require ext-mbstring in the composer require block.

@ariaieboy
Copy link
Contributor Author

I think you should require ext-mbstring in the composer require block.

yeah thats correct
but this code still have some issue

i rewrite your lib for my project with regex and preg_ functions in php
if u want i can clean that code and make another pull request

@ariaieboy
Copy link
Contributor Author

I think you should require ext-mbstring in the composer require block.

yeah thats correct
but this code still have some issue

i rewrite your lib for my project with regex and preg_ functions in php
if u want i can clean that code and make another pull request

this code that i wrote will fix issue #7 and #2
and its add the feature that requested in issue #4

for fixing issues #7 #2 and add the feature requested in issue #4 
I rewrite functions filter and badwords using regex and preg_* functions
@ariaieboy ariaieboy changed the title fix issue #7 and #2 fix issue #7 and #2 add feature requested in #4 Mar 24, 2019
@ConsoleTVs ConsoleTVs merged commit 8c38323 into ConsoleTVs:master Sep 20, 2019
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