Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'here?': 0.09; 'lawrence': 0.09; 'pep': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'repeated': 0.09; 'so?': 0.09; 'unified': 0.09; 'python': 0.11; 'language.': 0.14; 'exe': 0.16; 'pdf:': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:fails': 0.16; 'language': 0.16; 'wrote:': 0.18; 'result.': 0.19; 'skip:p 40': 0.19; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'related': 0.29; 'posting': 0.31; 'requests': 0.31; '>>>>': 0.31; 'explained': 0.31; '-----': 0.33; 'subject: (': 0.35; 'to:addr:python-list': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'email addr:gmail.com': 0.63; 'our': 0.64; 'font:': 0.65; '8bit%:84': 0.69; 'euro': 0.69; 'capital': 0.73; 'asterisk': 0.84; 'consolas': 0.84; 'truetype': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: CP65001 fails (was re: ...) Date: Sat, 14 Dec 2013 21:05:05 +0000 References: <201312090824.25211.gheskett@wdtv.com> <52A78F6F.3060507@stoneleaf.us> <5b62c6f8-fb92-48ef-a59a-6025b9b39994@googlegroups.com> <256fbd43-597c-4d23-910c-37f878b5bd91@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-78-147-20-110.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <256fbd43-597c-4d23-910c-37f878b5bd91@googlegroups.com> 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: 42 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387055133 news.xs4all.nl 2934 [2001:888:2000:d::a6]:50986 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61919 On 14/12/2013 20:48, wxjmfauth@gmail.com wrote: > >>>> print((os.linesep).join([unicodedata.name(c) for c in u])) > ETHIOPIC SYLLABLE SEE > LATIN SMALL LETTER E WITH ACUTE > EURO SIGN > CJK UNIFIED IDEOGRAPH-3456 > CYRILLIC CAPITAL LETTER GJE > COUNTERBORE > ASTERISK > > ----- > > cp65001, font: Consolas > > D:\jm\jmgo>echo "ሴé€㑖Ѓ⌴*" > "ሴé€㑖Ѓ⌴*" > > As I explained some chars are rendered with the .notdef glyph: > the chars 1, 4 and 7. > > I build an exe with the golang. Same result. > > Just for curiosity: > XeTeX -> pdf: same result. > LucidaConsole CID TrueType, > Consolas CID TrueType > understand: "OpenType" > > jmf > Where is the Python related issue here? Why do you keep posting double spaced crap, despite repeated requests not to do so? Or do you blame this on the allegedly failed PEP 393 FSR implementation? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence