mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-19 04:20:17 +01:00
39867d1e686e9bd9b0bb74e507325b5e4d40a752
rimossa l'eccezione se un carattere non rientra fra 32 e 127. quello che succede è dipendente dall'encoding del file da cui vengono lette le stringhe. nel test case le óńł occupano due caratteri, che vengono saltati e resta quanto era stato scritto prima. forse si potrebbe prevedere una separazione "lettera"/"accento", però devo trovare il modo di definire l'accento in modo che sia sovrapponibile alla lettera, mentre quelli che ho ora le cancellerebbero. alla fine dell'alfabeto potrei aggiungere gli accenti su trasparenza... acuto (é) grave (è) tilde (ẽ) circonflesso (ê) breve (ĕ) lungo (ēħ) v (č) punto (ż) dieresi (ë) coda-destra (ę) coda-sinistra (ç) obliquo (ł) o (å) resterebbe il problema di caratteri quali ß æ œ ...
[WHAT] pywmdockapps is the name of an GPL'd project containing one python package (wmdocklib) and a few python scripts. wmdocklib will help you develop WindowMaker dockapps in python. it is mostly a wrapper around the popular wmgeneral.c, but some new functions have been added too. wmdocklib is divided in two parts: a thin wrapper around the popular wmgeneral.c and a thicker pywmhelpers.py module providing more pythonic interface to the wmdocklib and a few additional functions (e.g.: handling simple configuration files). all functions provided by these modules are imported in the namespace of wmdocklib so you won't need explicit importing of either modules: just import wmdocklib. It is adviced to only use those functions provided by pywmhelpers and not touch the pywmgeneral module directly at all. For information about how to use the module, see the documentation in pywmhelpers.py. It is also possible to import it in the interactive interpreter and issue 'help(pywmhelpers)'. the sample scripts are described in the examples/README a small set of samples are provided. all of them make use of the module pywmgeneral. [INSTALLATION] python ./setup install [CONTACT] Anything related to this piece of software can be e-mailed to me, Mario Frasca <mfrasca@interia.pl>.
Description
Languages
C
62.1%
Python
37.9%