On Thu, Nov 22, 2007 at 01:32:22PM -0300, ?eandro Sales wrote:
> ... and to pass to twisted I do:
> 
>     def getChildWithDefault(self, id, request):
>         item = Facade.select_item_by_id(id)
>         if item:
>             local_path = item.local_path
>             return StaticFile(local_path)

   That is, unicode in both way. Now if anybody explains how Twisted
handles unicode filename...
   Well, to check if it's SQLObject bug or not you are to add some
debugging output (print, logging using repr()) - what bytes come in and
what go out.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to