I've had issues in the past with unicode being "injected" into my apps usually from database entries. Most of these problems could mostly likely be avoided if I had added # -*- coding: utf-8 to the top of my controllers. But why isn't this the default behavior? If I make a controller with paster controller <controllername> shouldn't this be added to the top by default? especially since everything in pylons is supposed to be in unicode it would make things easer wouldn't it? Also will any of this be needed once python switches to unicode as the default?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
