#2306: tw.dynforms is not unicode safe
------------------------+---------------------------------------------------
Reporter: digulla | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: TurboGears | Version: 2.0rc1
Severity: normal | Keywords:
------------------------+---------------------------------------------------
tw.dynforms can't handle unicode labels for widgets. The source code is
sprinkled with calls to str() (instead of unicode()).
For an example, see tw.dynforms-0.9.1-py2.6.egg/tw/dynforms/widgets.py
My fix was to replace all calls to str() with unicode().
Note that I report this here because you guys know much better where to
route this bug report.
--
Ticket URL: <http://trac.turbogears.org/ticket/2306>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---