We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
setlocale at line 189 in the Transliteration class is causing a problem in other parts of the code.
When running the full test suit, codes with preg_split fail.
I have no idea, why. but for now I will comment out this line.
The text was updated successfully, but these errors were encountered:
Comment out setlocale to avoid preg_split issue #31
2461d09
No branches or pull requests
setlocale at line 189 in the Transliteration class is causing a problem in other parts of the code.
When running the full test suit, codes with preg_split fail.
I have no idea, why. but for now I will comment out this line.
The text was updated successfully, but these errors were encountered: