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
Script content contains UTF-8 characters which are not saved properly to MySql db during db initialisation and script execution.
Giving possibility to define particular encoding as parameter.
Extending possibility to handle non-standard characters among different cultures.
Changing Encoding.Default which is not recommended by MS to UTF8
Yes
The text was updated successfully, but these errors were encountered:
Yes, this is something we should support. We just need to ensure that we pass the encoding argument down all the way to ensure it is used everywhere.
Sorry, something went wrong.
No branches or pull requests
Problem
Script content contains UTF-8 characters which are not saved properly to MySql db during db initialisation and script execution.
Solution
Giving possibility to define particular encoding as parameter.
Benefit
Extending possibility to handle non-standard characters among different cultures.
Alternatives
Changing Encoding.Default which is not recommended by MS to UTF8
Would you like to help contributing this enhancement?
Yes
The text was updated successfully, but these errors were encountered: