Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python': 0.09; 'seen,': 0.09; 'subject:characters': 0.09; 'gui': 0.11; 'subject:not': 0.11; '(like': 0.15; 'oct': 0.16; 'pyqt,': 0.16; 'subject:program': 0.16; 'subject:unicode': 0.16; 'wrote:': 0.17; 'unicode': 0.17; 'windows': 0.19; 'appropriate': 0.20; 'sort': 0.21; 'uses.': 0.22; 'idea': 0.24; 'header:In-Reply-To:1': 0.25; '(e.g.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'no,': 0.29; 'framework': 0.30; 'file': 0.32; 'to:addr:python-list': 0.33; 'changed': 0.34; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'more': 0.63; 'sans': 0.71; 'ini': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=nZJoWuakri9Ij2dEixzDzawVP4rDrlWVJdYCfP62UF0=; b=CLTdEeXdSvg2sfnS3+43G9zhJV1ClWQEyrpwUqsreg6aFAasy26uws/IrJzXMhxtHP eyQZRTBkHWq1h2W4LcbqdgmL4k/kZI7OekmeiL2d9d7prrCZtrwpJ75eYclcRDLhVPyY bm2WTd+Wy1Fij8tkPu4eQsctTfSFyN26iVTzED6tW7PgRurx9AVpsp4gd0hR7y1C0sRv shdh2JXIFP6N5Ug04WParpK+VVDx0bewthF0/l1tzyniGf03woJ16gBVCkHlRX7Sf2z1 LekZDrj6VKNSrPx4i1f/HGRnM4wt/GhEv67ZT6wmOOpcSF1yhSyO6gDNVZDl+awr1Zxi lsiQ== MIME-Version: 1.0 In-Reply-To: References: From: Ian Kelly Date: Sun, 14 Oct 2012 15:19:23 -0600 Subject: Re: pyw program not displaying unicode characters properly To: Python 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1350249596 news.xs4all.nl 6843 [2001:888:2000:d::a6]:58951 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31261 On Sun, Oct 14, 2012 at 1:36 PM, jjmeric wrote: > Is there some sort of defaut font, or is there in Python or Python for > Windows any ini file where the font used can be seen, eventually changed > to a more appropriate one with all the required glyphs (like Lucida Sans > Unicode has). No, this is up to the program and the GUI framework it uses. Do you have any idea which one that would be (e.g. Tkinter, wxPython, PyQT, etc.)?