Italo Maia wrote: > Here's a quick quiz, do use StringCol or UnicodeCol in your sqlobject > models?
Unicode for everything except where a standard says otherwise (e-mail addresses, URLs, etc.) I could use unicode for everything to support future changes in the standards, but I also validate those fields to ASCII to make sure the appa are not getting garbage. Depends on the app and context, of course, but I default to all unicode if I can help it. (Of course, I live in Canada and am bilingual, so maybe I am culturally pre-disposed to unicode.) :-) Krys --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

