Path: csiph.com!usenet.pasdenom.info!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.070 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'python.': 0.02; 'windows': 0.15; 'subject:unicode': 0.16; 'all,': 0.19; 'pointer': 0.24; 'developing': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'python2.7': 0.31; 'problem': 0.35; 'received:google.com': 0.35; 'hi,': 0.36; 'thank': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'you.': 0.62; 'here:': 0.62; 'recompile': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5m1xirsOozrtyY+0NpSArs0MIWB/i+e7m/7eIjXVXqI=; b=e+JjpTDVZTpQWLzr/fBUx5EEDAAintDAm6svAfDNW5VnaqRmgAWopFje/uhTsC07Jq LU10h10bWGs2K+7J8kqRxrC8gnf9AlhyIMmwpt6x0LBR5ZgjfjVnwaXWNl9Q49U4p/z2 BcHHq3kEW0O7nf3vvFvrQbwfagRepA542P8RxV18S8Xovr0h4VYNe146/DRHdCGkLr9s cX0zUXPfO2LPP9OGK9RBOZOYHzXgFXP9sTe6FpJKWjGUjXStI8dgW7ZG+adnAoIDcZCr qPgtZilnAV4SktYz7NXqJyK1RZxeS5nO/soE3WT2DyN00WIOc69EY5WhAWvGqncdSWJh kNrA== MIME-Version: 1.0 X-Received: by 10.220.98.143 with SMTP id q15mr72181vcn.38.1390897600997; Tue, 28 Jan 2014 00:26:40 -0800 (PST) Date: Tue, 28 Jan 2014 00:26:40 -0800 Subject: Enable unicode From: Igor Korot To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1390897609 news.xs4all.nl 2847 [2001:888:2000:d::a6]:37469 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64894 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.