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
The text in the database is french zoilomora/laravel-msaccess#1 (comment)
The text was updated successfully, but these errors were encountered:
From what I can see this related to the problem described in the README.md
The default character encoding in Access databases is Windows-1252. If you want to convert the data to UTF-8, a simple solution would be:
$field = mb_convert_encoding($field, 'UTF-8', 'Windows-1252');
Sorry, something went wrong.
zoilomora
Successfully merging a pull request may close this issue.
The text in the database is french
zoilomora/laravel-msaccess#1 (comment)
The text was updated successfully, but these errors were encountered: