Hi, > Did you declare > > your table columns as Unicode? > > I am auto leading the structure from the database. >
Ah, the problem is probably that the columns are reflecting as String, not Unicode. Tough one to fix! I'd probably hack the SA source code to reflect as Unicode. Another option is to use override the reflection, for the unicode columns. Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

