Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: unicode as valid naming symbols Date: Sun, 30 Mar 2014 19:16:47 +1300 Lines: 14 Message-ID: References: <5331D902.3030902@gmail.com> <53320793.8070501@stoneleaf.us> <533241C0.8020109@mrabarnett.plus.com> <53329549.1000208@rece.vub.ac.be> <6d2ej9hve7v7m3jfbre1jn9v1loacfr8lo@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net rFgL460NrBCtPux23REe3gRzZgbuWFC91T+omLuRlZfIdL7d9I Cancel-Lock: sha1:5ioi8i3xnhTvbj1uXYPBEiQAcEE= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: Xref: csiph.com comp.lang.python:69372 Chris Angelico wrote: > a 5x8 bitmap has > forty pixels, any of which can be either on or off - that gives > roughly twice as much data space as the 21-bit Unicode spec. We don't need a font, then -- just map the pixels straight onto bits in the character code! Might require some user re-education, but that's a small price to pay for saving so much memory space. -- Greg