Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.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.099 X-Spam-Evidence: '*H*': 0.80; '*S*': 0.00; 'subject:Python': 0.06; 'subject: -- ': 0.07; 'bits': 0.09; 'unified': 0.09; 'assigned,': 0.16; 'literacy': 0.16; 'rationale': 0.16; 'set,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'later': 0.20; 'fit': 0.20; 'unicode': 0.24; 'header:In-Reply-To:1': 0.27; 'character': 0.29; 'room': 0.29; 'characters': 0.30; 'message-id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'ordinary': 0.31; 'subject:skip:i 10': 0.31; 'url:wikipedia': 0.31; 'probably': 0.32; "i'd": 0.34; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'possible': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'most': 0.60; 'extended': 0.61; 'reserved': 0.61; 'full': 0.61; 'more': 0.64; 'dont': 0.67; 'exceed': 0.68; 'limit': 0.70; 'chinese': 0.74; "'most'": 0.84; '(while': 0.84; '100,000': 0.84; 'bmp,': 0.84; 'discrete': 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=4Axll7cag1Kj8ltaxwKQ5N+t6S/eIQeiHcnxqL3JhVw=; b=0LvmrlZh3mRdAasOFy0+dG/5DOSNIttkxgdNiMPCKSHyQPCcCESv4Gx+oyiqAVPq50 LJxCxrzHOonndmP9OkzQJTqLBVDWuVnJwOblClyf0Cbs/HzGhlhhlPSGza98MKLFVaPR xa7C/rbdFMJJ4x/aIoOcYALoG5Ls7KjsHQkM8H/UKbKohMr4HgzfQDZbj9vvCHuyJGKC aEuvx1lMqU5hD1EO02r1go3VXCD2ElJVCjbVNEaJzcPKzsdBS4uQSfggwPDcC6wx8TaB +28r9NGOgI5ziBwYG0/AHtE28w9MHEgM/JQrcol0OEbWQwl65UnvTC0WsWeCrVqgI3eW /5lw== X-Received: by 10.236.154.136 with SMTP id h8mr3306075yhk.105.1401858196753; Tue, 03 Jun 2014 22:03:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20140603194949.3147497d@x34f> <44acd692-5dcd-4e5f-8238-7fbe0de4db2a@googlegroups.com> From: Ian Kelly Date: Tue, 3 Jun 2014 23:02:36 -0600 Subject: Re: Micro Python -- a lean and efficient implementation of Python 3 To: Python Content-Type: text/plain; charset=UTF-8 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401858199 news.xs4all.nl 2834 [2001:888:2000:d::a6]:43984 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72593 On Tue, Jun 3, 2014 at 10:40 PM, Rustom Mody wrote: >> 1) Most or all Chinese and Japanese characters > > Dont know how you count 'most' > > | One possible rationale is the desire to limit the size of the full > | Unicode character set, where CJK characters as represented by discrete > | ideograms may approach or exceed 100,000 (while those required for > | ordinary literacy in any language are probably under 3,000). Version 1 > | of Unicode was designed to fit into 16 bits and only 20,940 characters > | (32%) out of the possible 65,536 were reserved for these CJK Unified > | Ideographs. Later Unicode has been extended to 21 bits allowing many > | more CJK characters (75,960 are assigned, with room for more). > > | From http://en.wikipedia.org/wiki/Han_unification So there are 20,940 CJK characters in the BMP, and approximately 55,000 more in the SIP. I'd count 55,000 out of 75,960 as "most".