Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31261
| 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 | <ian.g.kelly@gmail.com> |
| 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 | <MPG.2ae5305c2cd0f29989682@news.free.fr> |
| References | <MPG.2ae50ce060f7e130989681@news.free.fr> <mailman.2178.1350235875.27098.python-list@python.org> <MPG.2ae5305c2cd0f29989682@news.free.fr> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Sun, 14 Oct 2012 15:19:23 -0600 |
| Subject | Re: pyw program not displaying unicode characters properly |
| To | Python <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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2180.1350249596.27098.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Sun, Oct 14, 2012 at 1:36 PM, jjmeric <jjmeric@free.fr> 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.)?
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
pyw program not displaying unicode characters properly jjmeric <jjmeric@free.fr> - 2012-10-14 18:55 +0200
Re: pyw program not displaying unicode characters properly Alain Ketterlin <alain@dpt-info.u-strasbg.fr> - 2012-10-14 19:19 +0200
Re: pyw program not displaying unicode characters properly Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-14 21:01 +0000
Re: pyw program not displaying unicode characters properly Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-10-14 21:41 -0400
Re: pyw program not displaying unicode characters properly Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-15 07:35 +0000
Re: pyw program not displaying unicode characters properly Roy Smith <roy@panix.com> - 2012-10-15 07:45 -0400
Re: pyw program not displaying unicode characters properly Alain Ketterlin <alain@dpt-info.u-strasbg.fr> - 2012-10-15 07:42 +0200
Re: pyw program not displaying unicode characters properly MRAB <python@mrabarnett.plus.com> - 2012-10-14 18:31 +0100
Re: pyw program not displaying unicode characters properly jjmeric <jjmeric@free.fr> - 2012-10-14 21:36 +0200
Re: pyw program not displaying unicode characters properly Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-14 15:19 -0600
Re: pyw program not displaying unicode characters properly jjmeric <jjmeric@free.fr> - 2012-10-14 23:39 +0200
Re: pyw program not displaying unicode characters properly Roy Smith <roy@panix.com> - 2012-10-14 16:30 -0400
csiph-web