Wildly OT: pop-up virtual keyboard for Mac or Linux?

wxjmfauth at gmail.com wxjmfauth at gmail.com
Fri Feb 13 11:46:07 EST 2015


Le mercredi 11 février 2015 14:03:53 UTC+1, Tim Chase a écrit :
> On 2015-02-10 19:37, Ned Deily wrote:
> > On OS X, the system provides both a "Character Viewer" (which
> > allows the selection of any Unicode character
> 
> Windows also provides charmap.exe which provides similar
> functionality, though last I checked it, it still had the feel of a
> Win3.1 app (usability was atrocious)
> 
> -tkc

It is working very well and it is very simple to use.
On top of this, on my win box, the names of the characters
are presented like this:

>>> 
>>> fourbiunicode.FrenchIsoName(ord('\u0178'))
'LETTRE MAJUSCULE LATINE Y TRÉMA'
>>> fourbiunicode.FrenchIsoName(ord('Ÿ'))
'LETTRE MAJUSCULE LATINE Y TRÉMA'
>>>

Note the correct non-ascii name in French.

jmf



More information about the Python-list mailing list