cube-drone / pierc

A python bot that logs IRC channels, and a PHP/JS interface for browsing said logs.
http://classam.github.com/pierc/
Other
52 stars 24 forks source link

Change the Docs to accommodate for the different CharSet for Table #44

Closed eastabrooka closed 1 year ago

eastabrooka commented 3 years ago

Part 1 / 2 :

Change the Docs to accommodate for the different CharSet for Table I experienced some issues with UTF8 char storage - So I read around and found this : https://stackoverflow.com/questions/6769901/why-is-mysqls-default-collation-latin1-swedish-ci This changes the Charset from being latin1_swedish_ci ( Depending on what Version Of SQL you run, to being explicitly utf8 )

I think this may also address the issue "Text encoding failure #36"

I will look at the Bot Code next.