mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Use utf8 encoding in MySQL output #164

Closed tkopets closed 6 years ago

tkopets commented 6 years ago

When connecting to MySQL use the flag --default-character-set=utf8, which should hopefully solve most of the encoding issues in SQLTools.

tkopets commented 6 years ago

Related to #162 #158