brittneybrinsfield / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

utf8 column not rendered correctly when table default is latin1 #1835

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create table with a utf8 column and default charset of latin1
2. insert some utf8 data in the utf8 column
3. try to view the data

What is the expected output? correctly rendered utf8 chars
What do you see instead? ????

What version of Sequel Pro are you using? 1.0.1
What version of OS X are you using? 10.8.5
What version of MySQL are you connecting to on the server? mariadb 5.5.32

Please provide any additional information below.

Original issue reported on code.google.com by randy.di...@gmail.com on 24 Oct 2013 at 4:47

GoogleCodeExporter commented 9 years ago
hit enter too soon...  changing default charset of the table to utf8 and 
refresh shows correct utf8 chars in the utf8 column

Original comment by randy.di...@gmail.com on 24 Oct 2013 at 4:48