Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: What's the best/neatest way to get Unicode data from a database into a grid cell? Date: Mon, 8 Feb 2016 00:11:26 +1100 Lines: 15 Message-ID: References: <5nqjoc-55e.ln1@esprimo.zbmc.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de DYvNAyQqILv5uF5yK/dUcgDUN2cp1q53AZSrTz7BqY1w== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'received:209.85.223': 0.03; 'api': 0.09; 'cc:addr:python-list': 0.09; 'grid': 0.09; 'subject:into': 0.09; 'python': 0.10; 'subject: \n ': 0.15; '11:42': 0.16; '2016': 0.16; 'different;': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Unicode': 0.16; 'sure.': 0.16; 'wrote:': 0.16; 'gui': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; '(or': 0.23; 'feb': 0.23; 'slightly': 0.23; 'header:In-Reply-To:1': 0.24; 'sort': 0.25; 'message- id:@mail.gmail.com': 0.27; 'to?': 0.27; "i'm": 0.30; 'subject:/': 0.30; 'e.g.': 0.30; 'received:google.com': 0.35; 'ones': 0.35; 'unicode': 0.35; 'but': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'basic': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'late': 0.38; 'received:209': 0.38; 'subject:from': 0.39; 'subject:the': 0.39; 'easy': 0.60; 'multilingual': 0.72; 'subject:get': 0.81; 'chrisa': 0.84; 'gtk,': 0.84; 'tkinter,': 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; bh=njCsAEMuksFcpC0dWQxSHYdeyTrx3JoVgcRQ61K83DY=; b=SMz34UnAcQ8EWWH49EdSfj/ehu3v4fpSw7MOfYzPbAmfYxVnlWkSvZXB8TeRlOuCpT /wbwVfc0hobNN/7nv5GvygrKa1hmWu1YYn35ou4rj3Vh53fBDoHPn1DJbBQcuTv5Rp5g TaR7tV1dFigkgLKa2MQtAQ0JWj9had41FtzGevU0kstCIZxJV+RW6wIQ/AZWJxSYtxIo uOp60pFdF8HBj+a9DM9j3jVQLo/bLoBnHeJG31RUVeu3Xindn7nZVrWU7ExJmGmtwddS swup8ABrcWB8I2kM6+TTcvjSuECqbEvlgm+uy7vgyFjO8LNJinmF1ADa7aBykbpO+5dh GApQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:cc:content-type; bh=njCsAEMuksFcpC0dWQxSHYdeyTrx3JoVgcRQ61K83DY=; b=PIii87yNRNTbqdu5t0wo1F+C3B6zVn315c4SvMImLek44ulvWCftIFf4TxOu9/B1cY hAql3ioF3Mmso7IolvX/VMw+w0VXtYh4ECUZyYBUTYkOU31irapWhe6Tb/uhWq80cKri +6CQTKieQhdYTMg3eIc8wZ5l85AevFq3xbWowTaAIOeOK4TgO74hAcOuw8F8h8W81Ghu ONenH6j2R5wGNGg9jXxt7S+EuFr+PNJ1cFfzNLijiFz7B3uLtMRy0H/LqQEWdYO1QJrC +7RCAvJgjQG16i9OGuW1v8SrP5ujHaBfPMW9rCdZY9wcV54MjX0cbr8ccaXob+A//F/u YU4g== X-Gm-Message-State: AG10YOSCMnhFmwbx+ekHQd9v5gqILomX6ESC3UfISsu7akhgIMb3D4dTpj0cSMbsYxIryMgMIGezfejuilM/XQ== X-Received: by 10.107.47.162 with SMTP id v34mr21765511iov.19.1454850686511; Sun, 07 Feb 2016 05:11:26 -0800 (PST) In-Reply-To: <5nqjoc-55e.ln1@esprimo.zbmc.eu> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 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:102628 On Sun, Feb 7, 2016 at 11:42 PM, wrote: > > Are there any Python 3 GUIs that would be reasonably easy to move to? > E.g. ones which have a grid object and which work in the same sort of > way as wxpython in general? Grid object? I'm not sure. But all of my GUI work of late has been with GTK, and I'm pretty happy with it. (Granted, that's with Pike, not Python, so the exact API is slightly different; but I know there is good support for Python 3.) You may also want to look into Tk / tkinter, although its Unicode support is (or was, last I heard) limited to the Basic Multilingual Plane - the 64K most commonly used characters. ChrisA