From: Leandro Lucarella Date: Sat, 6 Oct 2007 04:02:35 +0000 (-0300) Subject: Improve a lot error reporting and unicode/utf-8 compatibility. X-Git-Url: https://git.llucax.com/software/pymin.git/commitdiff_plain/7d2f3da6aee023c991c9669a6a4664bd8be53a97?hp=7d2f3da6aee023c991c9669a6a4664bd8be53a97 Improve a lot error reporting and unicode/utf-8 compatibility. Conversion between unicode and utf-8 is now done when sending/receiving over the network by the PyminDaemon. All errors provides now a conversion to unicode. Dispatcher CommandNotFoundError was refactored to multiple classes with specific and more descriptive error messages. Handlers now can have a little help string (handler_help). Handler's help command now list subhandlers (using handler_help). A new error was added for help command (HelpNotFoundError). All service handlers were updated. ---