<div dir="ltr"><div dir="ltr">On Sun, Sep 6, 2020 at 3:48 AM John Pilkington <<a href="mailto:johnpilk222@gmail.com">johnpilk222@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I haven't run <a href="http://mythconverg_restore.pl" rel="noreferrer" target="_blank">mythconverg_restore.pl</a> in years, but that 'swedish' <br>
setting is in my recent build from master.  It does look an unlikely <br>
default.<br></blockquote><div>Mysql AB is a Swedish company (now owned by Oracle but originally Swedish) so that's where the initial default of swedish for collation came in...</div><div>The latin1 encoding was due to multibyte not being a very widely used thing when mysql was originally coded (mid 90s), and both of these were default in all versions before Mysql 8.</div><div><br></div><div>Took me a bit of time to find that history, but I knew at one point they changed and forgot when.</div><div><br></div><div>FWIW reloading a dump explicitly stating latin1_swedish_ci will simply make a structure with that encoding and collation.</div><div><br></div><div>I'd suggest not changing it unless you go down the rabbit hole of verifying the charset is converted properly before simply telling the database the data is now in a new charset. Otherwise you end up with mojibake such as characters like curly quotes (opening and closing, versus a straight) ' quote, turning into 3 or 4 different symbols. <br></div><div><br></div><div>For example:</div><div><div><img src="cid:ii_keqyb2j80" alt="image.png" width="374" height="323"><br></div></div><div><br></div><div>I doubt you'd get much horribleness other than these sort of punctuation issues, but I suggest keeping things how it was dumped in the first place for continuity.</div><div><br></div><div>Mike</div><div><br></div><div> </div></div></div>