Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

MariaBD default character set is latin1 (collation=latin1_swedish_ci) #236

Merged
merged 1 commit into from
Feb 15, 2018

Conversation

ponsfrilus
Copy link
Member

@ponsfrilus ponsfrilus commented Feb 15, 2018

As the DB_CHARSET in wp-config.php is set to utf8 by default, the DB should be utf8 as well.

See #235.

* Changed the default CHARACTER SET to utf8mb4
* Changed the default COLLATION to utf8mb4_unicode_ci
* See https://stackoverflow.com/a/766996/960623 for details
@codecov
Copy link

codecov bot commented Feb 15, 2018

Codecov Report

Merging #236 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #236   +/-   ##
=======================================
  Coverage   74.44%   74.44%           
=======================================
  Files          42       42           
  Lines        2982     2982           
=======================================
  Hits         2220     2220           
  Misses        762      762
Impacted Files Coverage Δ
src/wordpress/generator.py 79.76% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5569e74...f183a28. Read the comment docs.

@GregLeBarbar GregLeBarbar merged commit bfdb363 into epfl-si:master Feb 15, 2018
@ponsfrilus
Copy link
Member Author

👍 @GregLeBarbar @lvenries Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants