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
Force the ant task to use the UTF-8 charset.
It's a parameter to give to the mysqldump binary supported since MySql version 4 (and maybe earlier).
something like: mysqldump --default-character-set=utf8
mysqldump --default-character-set=utf8
The text was updated successfully, but these errors were encountered:
sounds interesting... could you work on a pull request for the right repo?
I guess for this it's entando-archetype-portal-generic, but you should double-check if any other part of Entando needs this on its ant tasks.
Sorry, something went wrong.
Yes I can, maybe there are other ant tasks involved in other projects too...
No branches or pull requests
Force the ant task to use the UTF-8 charset.
It's a parameter to give to the mysqldump binary supported since MySql version 4 (and maybe earlier).
something like:
mysqldump --default-character-set=utf8
The text was updated successfully, but these errors were encountered: