Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: =?UTF-8?B?UmU6IFNuYWtlIEVycm9yIPCfkI0=?= Date: Fri, 6 Nov 2015 01:18:23 +1100 Lines: 16 Message-ID: References: <7c531168-539c-45ef-bb1d-bca713c383cc@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de uX7U1qjNt2y532OZttRghA1M8wI3wNI35v48eVcDY28g== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Error': 0.07; 'cc:addr:python-list': 0.09; 'url:unicode': 0.09; 'python': 0.10; '1:08': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'idle.': 0.16; 'python),': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'linux,': 0.18; 'gui': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'trying': 0.22; 'am,': 0.23; 'header :In-Reply-To:1': 0.24; 'linux': 0.26; 'fri,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'fine': 0.28; 'character': 0.29; 'there.': 0.30; 'problem': 0.33; 'builds': 0.33; 'received:google.com': 0.35; 'nov': 0.35; 'should': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'does': 0.39; 'system.': 0.39; 'url:index': 0.67; 'subjectcharset:utf-8': 0.71; 'url:info': 0.71; 'url:htm': 0.75; 'chrisa': 0.84; 'gtk': 0.84; 'to:none': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=y9OsD1npDQoPlaXAX9Sg/RcbnE1zXyj2quaJJ6Zz6zw=; b=X9RMpGVTjAe6j6PMV95b85heFdqnRYtboyLlKiSCbdB+sMssfYoxaY65JrBkQchnXc djKv9Wlyiteyd/CmX+a5MQ6sMfln0HJq3mgYXc17qSPicNOac1GFMgy4QCgEaE0Miq6N aJ1M9ZLCyr0lWJMEZu529G8RO/H923SKJM+QXNMTrkkgdaorBqG1MOETS+IXxCqkBbjv ZIJQsq1l/R791z2C271FjtCfId4ErcJtJ9j8y7jZ2JJQ3D7dphX1QoNCi7snSi7D0T0r mCzrWMcD3R2MZ8fvH0LtyeZXUrSIkPxh6PZCyT63BYyhH7YAX7npvYPLZfLnjD/9IwOU LF/w== X-Received: by 10.50.83.104 with SMTP id p8mr3491817igy.13.1446733103827; Thu, 05 Nov 2015 06:18:23 -0800 (PST) In-Reply-To: <7c531168-539c-45ef-bb1d-bca713c383cc@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98305 On Fri, Nov 6, 2015 at 1:08 AM, Mahan Marwat wrote: > When I am trying to paste this =F0=9F=90=8D in Python 3.5.0 IDLE. It cras= hes. > Found it on this page: http://www.fileformat.info/info/unicode/char/1f40d= /index.htm > Does Python have any problem with other snakes? Was this on Windows? The Windows builds of Tk have a problem with astral characters, so you may not be able to use them there. Try it on Linux, or try using a character with a four-digit codepoint. Other GUI toolkits may do better (I've used Gtk on Windows with astral characters, though not from Python), and it should be fine on any modern Linux system. ChrisA