mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-21 21:38:03 +01:00
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 ß æ œ ...
[wmdocklib.WHAT] wmdocklib is a python module that will help you develop WindowMaker dockapps in python. It is mostly a wrapper around the functions from the popular wmgeneral.c, but some new functions are added too. It also contains the Python written module pywmhelpers.py which contains functions to aid the development of wm dockapps. This module contains python functions that wrap up the functions which the extension module provides. They ease up argument passing and give nicer return values. Some additional functions, like help for handling a simple configuration file is also available. This module is better documented than the pywmgeneral. It is adviced to only use 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(wmdocklib)'.