Re: Enable unicode

2014-01-28 Thread Cameron Simpson
On 29Jan2014 02:47, Ben Finney wrote: > Igor Korot writes: > > On Tue, Jan 28, 2014 at 1:00 AM, Chris Angelico wrote: > > > Hi! I'm hoping it was oversight that led to this email coming to me > > > personally instead of to the list, and hoping that you won't mind me > > > responding on-list. > >

Re: Enable unicode

2014-01-28 Thread Chris Angelico
On Wed, Jan 29, 2014 at 3:06 AM, Rustom Mody wrote: >> Sorry about that. >> I keep forgetting that gmail web mail is stupid and does not use the >> list address on "Reply". >> Does not happen to other list, only this one. > > In gmail: Gear-icon -> Settings -> Default-reply behavior select all Th

Re: Enable unicode

2014-01-28 Thread Rustom Mody
On Tuesday, January 28, 2014 2:50:20 PM UTC+5:30, Igor Korot wrote: > Hi, Chris, > On Tue, Jan 28, 2014 at 1:00 AM, Chris Angelico wrote: > > On Tue, Jan 28, 2014 at 7:56 PM, Igor Korot wrote: > >> Hi, Chris, > > Hi! I'm hoping it was oversight that led to this email coming to me > > personally

Re: Enable unicode

2014-01-28 Thread Ben Finney
Igor Korot writes: > On Tue, Jan 28, 2014 at 1:00 AM, Chris Angelico wrote: > > Hi! I'm hoping it was oversight that led to this email coming to me > > personally instead of to the list, and hoping that you won't mind me > > responding on-list. > > Sorry about that. > I keep forgetting that gmai

Re: Enable unicode

2014-01-28 Thread Chris Angelico
On Tue, Jan 28, 2014 at 8:20 PM, Igor Korot wrote: >>> So instead of using 'utf8' just use 'utf8mb4'? >> >> Yes, that's right. Unless utf8mb4 isn't supported, in which case try >> utf8 and see if you can use the full range (something might be >> translating it for you, which would probably be a go

Re: Enable unicode

2014-01-28 Thread Igor Korot
Hi, Chris, On Tue, Jan 28, 2014 at 1:00 AM, Chris Angelico wrote: > On Tue, Jan 28, 2014 at 7:56 PM, Igor Korot wrote: >> Hi, Chris, > > Hi! I'm hoping it was oversight that led to this email coming to me > personally instead of to the list, and hoping that you won't mind me > responding on-list

Re: Enable unicode

2014-01-28 Thread Chris Angelico
On Tue, Jan 28, 2014 at 7:56 PM, Igor Korot wrote: > Hi, Chris, Hi! I'm hoping it was oversight that led to this email coming to me personally instead of to the list, and hoping that you won't mind me responding on-list. > On Tue, Jan 28, 2014 at 12:35 AM, Chris Angelico wrote: >> On Tue, Jan 2

Re: Enable unicode

2014-01-28 Thread Chris Angelico
On Tue, Jan 28, 2014 at 7:26 PM, Igor Korot wrote: > Hi, ALL, > In here: http://stackoverflow.com/questions/21397035/set-utf8-on-mysql, > I got a suggestion to enable "use_unicode". > Problem is I'm developing on Windows and it's not that I can recompile > my python. > I'm using Python2.7 on Windo

Enable unicode

2014-01-28 Thread Igor Korot
Hi, ALL, In here: http://stackoverflow.com/questions/21397035/set-utf8-on-mysql, I got a suggestion to enable "use_unicode". Problem is I'm developing on Windows and it's not that I can recompile my python. I'm using Python2.7 on Windows XP. Any pointer on how do I enable "use_unicode"? Thank you