Hi everyone,
At http://docs.turbogears.org/1.0/GettingStarted/DefineDatabase I read:
UnicodeCol:
A unicode column. similar to StringCol but use unicode instead.
You could check column types for detail.
Follow the link to http://www.sqlobject.org/SQLObject.html#column-types
where I read:
UnicodeCol:
A subclass of StringCol. Also accepts a dbEncoding keyword
argument, which defaults to "UTF-8". Values coming in and out from the
database will be encoded and decoded. Note: there are some limitations
on using UnicodeCol in queries:
* only simple q-magic fields are supported; no expressions;
* only == and <> operators are supported;
I also have read (I can remember now where) that you can't use the sql
'like' operator with UnicodeCols but you can with StringCols ones, is
this true?
I am from Argentina so my system will handle data in spanish, with á, é,
í, ó, ú, ñ and Ñ :) That's why I wonder use UnicodeCols.
Thanks you
Juanjo
--
mi blog: http://www.juanjoconti.com.ar
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---