Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:IDLE': 0.03; 'subject:Python': 0.05; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; 'fix.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:was': 0.15; 'reedy': 0.16; 'subject:usage': 0.16; 'subset': 0.16; 'subject:Windows': 0.17; 'solution.': 0.17; 'url:bugs': 0.17; 'wrote:': 0.18; 'jan': 0.19; 'appropriate': 0.22; 'header:In-Reply-To:1': 0.22; 'complain': 0.23; 'subject:numbers': 0.23; 'fine': 0.24; 'work.': 0.27; 'version,': 0.28; 'idle': 0.29; 'unicode': 0.29; 'fixed': 0.29; 'pm,': 0.29; 'pretty': 0.31; 'there': 0.33; 'this.': 0.33; 'header :User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.34; 'showing': 0.34; 'someone': 0.34; 'problem.': 0.35; 'to:addr:python-list': 0.35; 'url:python': 0.35; 'received:org': 0.36; 'issue': 0.37; 'entry': 0.37; 'screen': 0.38; 'should': 0.38; 'characters': 0.39; 'url:org': 0.39; 'except': 0.39; 'to:addr:python.org': 0.40; 'type': 0.61; 'here': 0.64; 'french': 0.66; 'saw': 0.66; 'specifics': 0.84; 'subject: (': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: French and IDLE on Windows (was Re: Python usage numbers) Date: Sun, 12 Feb 2012 18:30:21 -0500 References: <4F36E2F5.9000505@gmail.com> <4f37229b$0$29986$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329089434 news.xs4all.nl 6868 [2001:888:2000:d::a6]:58592 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20311 On 2/12/2012 2:52 PM, jmfauth wrote: > Python popularity? I have no popularity-meter. What I know: > I can not type French text in IDLE on Windows. It is like I am pretty sure others have managed to. tk and hence idle handle the entire BMP subset of unicode just fine once they get them. Except for the apple version, which has just been fixed so French entry should work. Showing characters on the screen requires an appropriate font. http://bugs.python.org/issue4281 was the result of a font problem. > this since ~ten years and I never saw any complain about > this. Neither have I, except for the issue above I just found. So there is nothing obvious to fix. If you have a problem, give the specifics here and lets see if someone has a solution. -- Terry Jan Reedy