id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
8746	Unicode trouble	contact.thorsten@gmail.com	seccanj	First off, nice work, I was looking for this for quite some time!\r\n\r\nI did get:\r\n{{{\r\nError: Macro !ResourceReservationList(type=resource,period=3,title=Prüfstand) failed\r\n'unicode' object has no attribute 'month'\r\n}}}\r\n\r\nAdding some resources and setting reservations works - but only up until reloading the page.\r\nThen above failure blocks the macro. Flushing the resreservation table did help.\r\nIt seems as soon as I enter reservation dates it stops to work. There are unicode characters in german named months if that creates an issue.\r\n\r\nTrac-Version: 0.11.7\r\n\r\nhum, I just found some output on the console:\r\n\r\n{{{\r\nTrac[formatter] ERROR: Macro !ResourceReservationList(type=resource,period=3,title=Prüfstand) failed: \r\nTraceback (most recent call last):\r\n  File "/usr/lib/python2.6/dist-packages/trac/wiki/formatter.py", line 484, in _macro_formatter\r\n    return macro.process(args, in_paragraph=True)\r\n  File "/usr/lib/python2.6/dist-packages/trac/wiki/formatter.py", line 180, in process\r\n    text = self.processor(text)\r\n  File "/usr/lib/python2.6/dist-packages/trac/wiki/formatter.py", line 167, in _macro_processor\r\n    text)\r\n  File "/usr/local/lib/python2.6/dist-packages/ResourceReservation-1.0.3-py2.6.egg/resreservation/macros.py", line 52, in expand_macro\r\n    return _render_resreservation_list(self.env, req, res_type, period, title, override)\r\n  File "/usr/local/lib/python2.6/dist-packages/ResourceReservation-1.0.3-py2.6.egg/resreservation/macros.py", line 130, in _render_resreservation_list\r\n    curr_month = curr_date.month - first_month\r\n!AttributeError: 'unicode' object has no attribute 'month'\r\n}}}	defect	closed	normal	ResourceReservationPlugin	normal	fixed			0.11
