Hello Oleg, Hello Guys,

thanks for your comments on how to post, i will take care of them.

i think i got the way to do it, finally:

SELECT RDB$CHARACTER_SET_NAME FROM RDB$DATABASE
told me <null> as character-set
and the vendor couldn´t tell me anything else.

if i specify a characterset within the dsn i alays run into this bunch
of errors.

if i don´t and try it with the object method
(someString.encode('utf-8')) i get an error as well.

the only way to do it is like
print unicode(someLegacyString, 'iso-8859-1')

like this it works.


thanks for your comments,
Frank


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to